aboutsummaryrefslogtreecommitdiff
path: root/devel/asmjit/pkg-descr
blob: 46ada89840cdb6574a2b46b00d4e35c80229b49d (plain) (blame)
1
2
3
4
5
6
7
AsmJit is a complete JIT and AOT assembler for C++ language. It can generate
native code for x86 and x64 architectures and supports the whole x86/x64
instruction set - from legacy MMX to the newest AVX512. It has a type-safe API
that allows C++ compiler to do semantic checks at compile-time even before the
assembled code is generated and/or executed.

WWW: https://asmjit.com/