fengwang / float16_tLinks
CPP20 implementation of a 16-bit floating-point type mimicking most of the IEEE 754 behavior. Single file and header-only.
☆41Updated last year
Alternatives and similar repositories for float16_t
Users that are interested in float16_t are comparing it to the libraries listed below
Sorting:
- llvm::SmallVector stripped from dependencies.☆34Updated 5 years ago
- C++17 tiny vector math library☆43Updated last year
- Compact SVO optimized vector for C++17 or higher☆105Updated last year
- A Embedded Gpu Profiler for Dear ImGui App☆53Updated 2 weeks ago
- Simple C++ one-header stl based library implementing reflection for POD data types☆28Updated 4 years ago
- Struct-of-Arrays generator for C++ projects.☆58Updated 11 months ago
- Container Traits for Modern C++☆29Updated 4 years ago
- A replacement for rand()/srand() that's ~700% faster and typically has better statistical distribution. An adaptationof Melissa O'Neill's…☆17Updated last year
- An indirect value-type for C++☆83Updated last year
- IEEE-754 binary-to-decimal and decimal-to-binary conversion library☆40Updated 2 years ago
- C library plusifier☆10Updated 3 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆35Updated 4 years ago
- C++ sanctuary for small but powerful and frequently required, stand alone features.☆29Updated 10 months ago
- C++ Reflection & Serialization using Clang's LibTooling☆51Updated 4 years ago
- A header only structure of arrays container for C++☆41Updated 2 years ago
- Half precision floating point C++ library (imported from sourceforge upstream).☆35Updated 7 years ago
- Call any function with command-like syntax at runtime (with automatic argument management). No dependencies, no boilerplate code, no macr…☆12Updated 2 years ago
- Clang C/C++ Visual Profiler for compile times visualization☆36Updated 4 years ago
- async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded …☆31Updated 4 years ago
- std::invoke/std::apply analogs for C++11/14☆43Updated 2 years ago
- Fixed-size C++ delegates - efficient alternatives to std::function.☆42Updated 2 years ago
- C++11 syntactic sugar for ImGui with RAII guards☆71Updated 5 months ago
- A task orient thread pool library for C++14 with cancellation and allocator support☆17Updated last year
- A utility for creating amalgamated single-header C++ libraries☆56Updated 3 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- C++ implementation of a 16 bit floating-point type mimicking most of the IEEE 754 behaviour. Compatible with the half data type used as t…☆147Updated 13 years ago
- Inspect C++ memory in the browser☆98Updated 3 years ago
- A library of type traits for introspecting C++ function types☆29Updated 6 years ago
- Runtime choosing of template specializations using compile-time lookup-tables. Compile all states of a template function, but execute the…☆26Updated last year
- C++20's jthread for C++11 and later in a single-file header-only library☆62Updated last year