Geolm / math_intrinsicsLinks
One header file library that implement missing transcendental math functions (cos, sin, acos, and more....) using 100% AVX/Neon instructions (no branching)
☆12Updated 7 months ago
Alternatives and similar repositories for math_intrinsics
Users that are interested in math_intrinsics are comparing it to the libraries listed below
Sorting:
- huang's c compiler - a tiny C99 compiler.☆22Updated last year
- A simple C++ header-only library for fastest sorting of small arrays. Generates sorting networks on compile time via templates.☆52Updated 4 years ago
- A simple, single-header library which implements C preprocessor☆53Updated 2 months ago
- CPP20 implementation of a 16-bit floating-point type mimicking most of the IEEE 754 behavior. Single file and header-only.☆41Updated last year
- Triangle rasterization routines accelerated by SSE and AVX☆70Updated 7 years ago
- Single Header Quite Fast QOI(Quite OK Image Format) Implementation written in C++20☆37Updated last month
- Naturally embed read-only filesystems into C99-C++20 w. a single header, zero dependencies and zero modifications to your code☆43Updated 2 years ago
- A collection of single-header libraries to help with reloading, debugging and profiling C(++) code.☆16Updated last year
- bin2cpp: The easiest way to embed small files into a c++ executable. bin2cpp converts text or binary files to C++ files (*.h, *.cpp) for …☆88Updated 3 weeks ago
- Library with colormaps for C++☆29Updated last year
- Utilities for Modern C++☆22Updated 7 years ago
- A single C header with bitwise hacks☆35Updated 3 years ago
- A header only library implementing common mathematical functions using SIMD intrinsics☆108Updated 4 months ago
- C compiler and toolchain.☆10Updated 8 years ago
- C++ template library for use in robotics.☆28Updated 2 years ago
- C++ headers for mapping values to colors and creating PPM images from them☆60Updated 3 years ago
- SSE2 implementations of sin, cos, exp, log, tan, cot, atan, atan2☆92Updated 8 years ago
- vectorization of the kd-tree data structure and search algorithm☆41Updated 7 years ago
- A collection of freestanding single-header libraries for modern C development☆36Updated 2 months ago
- libco is a cooperative multithreading library written in C89.☆144Updated 9 months ago
- Work Stealing Threadpool in a C Header☆23Updated 11 months ago
- Low memory overhead allocator☆30Updated 7 months ago
- Single file collision detection, closest point, and raycasting library for convex shapes using GJK☆20Updated 8 years ago
- Anisotropically Scaled Iterative Closest Point Algorithm☆27Updated 4 years ago
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year
- SIGSEGV handler which prints the debug stack trace for C/C++ projects on Linux. It is configurable and rather robust.☆10Updated last year
- C library plusifier☆10Updated 3 years ago
- SIMD optimised library for matrix inversion of 2x2, 3x3, and 4x4 matrices.