leegao / float-hacksLinks
Floating Point Hacks
☆168Updated 7 years ago
Alternatives and similar repositories for float-hacks
Users that are interested in float-hacks are comparing it to the libraries listed below
Sorting:
- Missed optimizations in C compilers☆341Updated 7 years ago
- No sane compiler would optimize atomics: the presentation☆107Updated 8 years ago
- Binary floating-point to decimal string conversion algorithm.☆104Updated 7 years ago
- compile time assembly interpreter☆85Updated 7 years ago
- Minimal implementation of UNIX seq command in x86_64 assembly.☆40Updated 8 years ago
- Snake/Nibbler implementation using C++ template metaprogamming☆205Updated 8 years ago
- A collection of clang plugins for safer C programming☆91Updated 6 years ago
- checkedthreads: no race condition goes unnoticed! Simple API, automatic load balancing, Valgrind-based checking☆294Updated 11 years ago
- Semantic syntax highlighting and hyperlinking of C/C++ source code with libclang. (Demo: https://oberon00.github.io/synth)☆169Updated 9 years ago
- x86-64 assembler library☆482Updated 4 years ago
- ☆329Updated 9 years ago
- You can't do that! Can you?☆22Updated 8 years ago
- A C++14 cheat-sheet on lvalues, rvalues, xvalues, and more☆406Updated 2 years ago
- Clone of wc in x64 assembly☆94Updated last year
- multi-way atomic compare-and-swap with x64/TSX☆86Updated 8 years ago
- Business card raytracer / eventual IOCCC winner☆176Updated 8 years ago
- Compile-time C Compiler implemented as C++14 constant expressions☆806Updated 4 years ago
- Mandelbrot set in SIMD (SSE, AVX)☆83Updated 7 years ago
- A Fast, Multicore-Scalable, Low-Fragmentation Memory Allocator☆163Updated last month
- A tweaked version of Aha! ("A Hacker's Assistant") the superoptimiser by Henry S. Warren☆58Updated 3 years ago
- C++ as a Pure Functional Programming Language☆189Updated 6 years ago
- Persistent immutable data structures for C++☆283Updated 9 years ago
- Embedding x86 assembly code in C++ with metaprogramming using a domain specific language.☆188Updated 9 years ago
- Experiments with array layouts for comparison-based searching☆84Updated last year
- Demonstration of LLVM's opt-viewer tool☆71Updated 8 years ago
- Call c++ functions from a shell with any arguments of any types parsed automatically☆96Updated 6 years ago
- A C++ HTML template engine that uses compile time HTML parsing☆390Updated 6 years ago
- Cloth-Visualization via particle-simulation.☆82Updated 9 years ago
- collection of C/C++ programs that try to get compilers to exploit undefined behavior☆181Updated 6 years ago
- Hashing functions and PRNGs based on them☆163Updated 6 months ago