diff options
author | MITSUNARI Shigeo <[email protected]> | 2018-08-28 19:50:27 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2018-08-28 19:50:27 +0900 |
commit | 43e155836224bfe05ccd252654b339d4096ec4bc (patch) | |
tree | febc9d488df187253620e8daa28ede2d98f53f28 /readme.md | |
parent | 93579ee65d53700250c90b56c13b8e74176425e6 (diff) | |
download | xbyak-43e155836224bfe05ccd252654b339d4096ec4bc.tar.gz xbyak-43e155836224bfe05ccd252654b339d4096ec4bc.zip |
fix typo
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |