mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 20:09:14 -04:00
7 lines
379 B
Text
7 lines
379 B
Text
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/
|