xbyak

C++ JIT assembler library for x86/x64 dynamic code generation

brewmacoslinux
Try with needOr install directly
Source

About

C++ JIT assembler for x86 (IA32), x64 (AMD64, x86-64)

Commands

xbyak

Examples

Include xbyak headers in C++ project for JIT compilation$ g++ -I$(brew --prefix xbyak)/include myprogram.cpp -o myprogram
Check installed xbyak version and location$ brew info xbyak
Link xbyak in CMake project configuration$ find $(brew --prefix xbyak) -name '*.h' | head -5