aboutsummaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2018-08-28 19:50:27 +0900
committerMITSUNARI Shigeo <[email protected]>2018-08-28 19:50:27 +0900
commit43e155836224bfe05ccd252654b339d4096ec4bc (patch)
treefebc9d488df187253620e8daa28ede2d98f53f28 /readme.md
parent93579ee65d53700250c90b56c13b8e74176425e6 (diff)
downloadxbyak-43e155836224bfe05ccd252654b339d4096ec4bc.tar.gz
xbyak-43e155836224bfe05ccd252654b339d4096ec4bc.zip
fix typo
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index ce8ebc0..164c488 100644
--- a/readme.md
+++ b/readme.md
@@ -375,7 +375,7 @@ See [protect-re.cpp](sample/protect-re.cpp).
* **XBYAK64_WIN** is defined on 64bit Windows(VC)
* **XBYAK64_GCC** is defined on 64bit gcc, cygwin
* define **XBYAK_NO_OP_NAMES** on gcc without `-fno-operator-names`
-* define **XBYAK_ENABLE_OMITTED_OPERAND** if you use omitted destination such as `vaddps(xmm2, xmm3);`(duplicated in the future)
+* define **XBYAK_ENABLE_OMITTED_OPERAND** if you use omitted destination such as `vaddps(xmm2, xmm3);`(deprecated in the future)
* define **XBYAK_UNDEF_JNL** if Bessel function jnl is defined as macro
## Sample