acgessler / half_floatLinks
C++ implementation of a 16 bit floating-point type mimicking most of the IEEE 754 behaviour. Compatible with the half data type used as texture format by OpenGl/Direct3D.
☆152Updated 13 years ago
Alternatives and similar repositories for half_float
Users that are interested in half_float are comparing it to the libraries listed below
Sorting:
- NanoSTL, a small subset of C++ STL and libm☆128Updated 4 months ago
- Fast string implementation for graphics.☆194Updated last year
- Simple example of using Vulkan for GPGPU computing☆57Updated 7 years ago
- single-header c++ math library☆110Updated 5 years ago
- A flexible and fast matrix, transform and geometry library.☆130Updated 6 months ago
- Optimized CppSPMD test project: macro control flow, SSE4.1/AVX1/AVX2/AVX2 FMA support☆120Updated 4 years ago
- Zmeya is a header-only C++ binary serialization library designed for games and performance-critical applications☆131Updated 2 months ago
- C++ Reflection using clang☆283Updated 2 years ago
- A lock-free multithreaded job system made using C++20 coroutines and atomic operations.☆37Updated 2 years ago
- PPK_ASSERT is an orthodox drop-in & self-contained C++ assertion library ⚠️☆211Updated 4 years ago
- AVX-optimized sin(), cos(), exp() and log() functions☆127Updated 3 years ago
- Tiny self-contained C++ version of the PCG32 pseudorandom number generator☆78Updated 9 years ago
- Blazing fast memory allocator designed for video games☆322Updated 2 years ago
- nanothread — Minimal thread pool for task parallelism☆90Updated last month
- CPP20 implementation of a 16-bit floating-point type mimicking most of the IEEE 754 behavior. Single file and header-only.☆44Updated 2 weeks ago
- Aimed to eliminate preprocessor hell in shaders and kernels.☆45Updated 8 years ago
- IEEE 754 16-bit Float☆46Updated 11 years ago
- C++ zero-cost abstraction for SoA/AoS memory layouts☆196Updated 3 years ago
- C++20 coroutines-based cooperative multitasking library☆110Updated 4 years ago
- Profile your c++ code☆80Updated 13 years ago
- Fundamental C++ SIMD types for Intel CPUs (sse, avx, avx2, avx512)☆354Updated 4 years ago
- Modified DirectXMath for cross-platform compiling☆38Updated 9 years ago
- C++ Custom memory allocators☆66Updated 5 years ago
- Fast dynamic cast in C++ for MSVC, outperforming the regular dynamic cast by up to 25 times☆108Updated 8 years ago
- unofficial mirror☆145Updated 6 years ago
- Small collection of debug-related drop-in c/c++-utils☆252Updated 3 years ago
- Vector math library with NEON/SSE support☆355Updated last year
- Fiber-based job system with extremely simple API☆82Updated 4 years ago
- Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C++☆89Updated 4 years ago
- Wrapper for OpenGL, OpenAL and EGL including utilities for writing distributed applications with graphics and/or audio rendering.☆92Updated 4 years ago