branchless-code

There are 4 repositories under branchless-code topic.

  • Geolm/math_intrinsics

    One header file library that implement missing transcendental math functions (cos, sin, acos, and more....) using 100% AVX/Neon instructions (no branching)

    Language:C18200
  • erthink/branchless-bsearch

    The fastest “branch less” binary search implementation for cheap comparisons cases (with workaround for LLVM optimizer flaw).

    Language:C++2100
  • aneesahmedpro/branchless-demo

    A demonstration of branchless programming technique. Using benchmarks, shows that this technique boosts performance significantly.

    Language:C0110
  • Flammrock/branchless-batch

    Allow to compile and compress branchless batch expression

    Language:TypeScript0100