BodhiHu / L-MulLinks
C implementation of the L-Mul f32/f16 multiplications from paper: https://arxiv.org/html/2410.00907
☆28Updated 9 months ago
Alternatives and similar repositories for L-Mul
Users that are interested in L-Mul are comparing it to the libraries listed below
Sorting:
- C23 Checked Arithmetic☆134Updated 7 months ago
- Can I make an *optimizing* compiler under 1k lines of code?☆60Updated 4 months ago
- A collection of some lockfree datastructures☆66Updated 2 years ago
- A header-only C++ library for writing compiler/interpreter frontends.☆14Updated last month
- A combined repository for all RLIBM prototypes☆45Updated 9 months ago
- Rutgers APL correctly rounded math library☆30Updated 4 years ago
- A fast implementation of log() and exp()☆53Updated 2 years ago
- Bistra is a domain-specific language designed to generate high-performance kernels (such as GEMMs, convolutions, etc). The program is des…☆9Updated last year
- A very fast and robust 64-bit PRNG with a minimum 2^64 period.☆148Updated last month
- Wyrm is a GCC GIMPLE to LLVM IR transpiler☆56Updated last year
- Work Stealing Threadpool in a C Header☆23Updated last year
- A small C compiler☆33Updated 3 weeks ago
- Bytecode interpreter☆76Updated 5 months ago
- SIMD accelerated method to get the average color of an RGBA8 image☆48Updated 6 months ago
- ☆295Updated last year
- A tagged-pointer type for C++.☆35Updated last year
- A header-only portability and boilerplate library for C☆23Updated last year
- moderngpu algorithms for C++ shaders☆16Updated 4 years ago
- A detour through the Linux dynamic linker☆143Updated this week
- Interactive C/C++ preprocessor macro debugger☆168Updated 4 years ago
- A performance-portable geodesic ray tracing library.☆25Updated 2 years ago
- A C library for runtime-flippable feature flags on Linux/x86-64, with negligible overhead in the common case☆73Updated 2 years ago
- UTF-8 grapheme counting library written in C99.☆15Updated last year
- Source for the OpenCilk runtime system, based on Cheetah.