a JIT assembler for x86(IA-32)/x64(AMD64, x86-64) MMX/SSE/SSE2/SSE3/SSSE3/SSE4/FPU/AVX/AVX2/AVX-512 by C++
Xbyak 6.01 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++
Abstract
Xbyak is a C++ header library that enables dynamically to assemble x86(IA32), x64(AMD64, x86-64) mnemonic.
The pronunciation of Xbyak is kəi-bja-k.
It is named from a Japanese word 開闢, which means the beginning of the world.
Feature
- header file only
- Intel/MASM like syntax
- fully support AVX-512
Note:
Use and_(), or_(), ... instead of and(), or().
If you want to use them, then specify -fno-operator-names option to gcc/clang.
... More
| license | BSD-3-Clause |
|---|---|
| project | xbyak |
| url | github.com/herumi/xbyak |
2 Versions
| version | 6.1.0 |
|---|---|
| repository | https://pkg.cppget.org/1/queue/testing |
| depends | 0 |
| version | 5.95.0 |
|---|---|
| repository | https://pkg.cppget.org/1/queue/testing |
| depends | 0 |