summaryrefslogtreecommitdiffstats
path: root/libraries/xbyak/README
diff options
context:
space:
mode:
author Steven Voges <svoges.sbo@gmail.com>2022-09-24 20:59:10 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-09-25 13:59:46 +0700
commit2ad9766717e60142483a496cec082762b1628289 (patch)
tree39f887e2064bceee80329694eb9af839486ad0bd /libraries/xbyak/README
parentf76b393eb173b98334959651d1f58ddc32ea7747 (diff)
downloadslackbuilds-2ad9766717e60142483a496cec082762b1628289.tar.gz
slackbuilds-2ad9766717e60142483a496cec082762b1628289.tar.xz
libraries/xbyak: Added (C++ JIT assembler for x86/x64)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/xbyak/README')
-rw-r--r--libraries/xbyak/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/xbyak/README b/libraries/xbyak/README
new file mode 100644
index 0000000000..96606736bd
--- /dev/null
+++ b/libraries/xbyak/README
@@ -0,0 +1,12 @@
+A C++ JIT assembler for x86 (IA32), x64 (AMD64, x86-64)
+
+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