Xbyak is a family of JIT assemblers (or ASM generators). The repositories are hosted under the following accounts:
| Repository | Arch | Type | Language | Description |
|---|---|---|---|---|
| herumi/xbyak | x86/x64 | JIT | C++ | Supports the latest instruction set extensions such as AVX10.2 and ACE |
| herumi/xbyak_riscv | RISC-V | JIT | C++ | Supports RV32/RV64 with extensions such as RVV and B |
| fujitsu/xbyak_aarch64 | AArch64 | JIT | C++ | Supports Armv8-A and SVE |
| herumi/s_xbyak | x86/x64 | Static | Python | Generates GAS/NASM/MASM source with Xbyak-like syntax |