aboutsummaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2023-12-01 15:07:28 +0900
committerMITSUNARI Shigeo <[email protected]>2023-12-01 15:07:28 +0900
commit016ce86b66ff7c34f88b4cbaa159fcfc05b4ca99 (patch)
tree708149c7e0c71ce0b1e69b311254bd2f55e162ea /readme.md
parentdf0ebc7405004f9500401d5e7afae82ce2d8efd2 (diff)
downloadxbyak-016ce86b66ff7c34f88b4cbaa159fcfc05b4ca99.tar.gz
xbyak-016ce86b66ff7c34f88b4cbaa159fcfc05b4ca99.zip
[doc] add a blank line
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 1254d49..1f72b76 100644
--- a/readme.md
+++ b/readme.md
@@ -23,6 +23,7 @@ It is named from a Japanese word [開闢](https://translate.google.com/?hl=ja&sl
- fully support AVX-512
- support APX
+
**Note**:
Use `and_()`, `or_()`, ... instead of `and()`, `or()`.
If you want to use them, then specify `-fno-operator-names` option to gcc/clang.