- Built a math library that beats libm in speed — and doesn’t lose accuracy at 1e308 https://fabe.dev 4 comments sideproject
- Low-level sincos(x) — full SIMD path, Payne–Hanek, Estrin, runtime dispatch https://fabe.dev 0 comments lowlevel
- NEON-accelerated sin/cos math core for AArch64 – accurate & now faster than libm https://fabe.dev 1 comment embedded
- Can you beat libm in both accuracy and speed? I tried. https://fabe.dev 9 comments compsci
- [Project] FABE13 – SIMD sin/cos in C, full accuracy, beats libm at scale https://fabe.dev 0 comments cprogramming