diff options
author | MITSUNARI Shigeo <[email protected]> | 2023-12-01 15:07:28 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2023-12-01 15:07:28 +0900 |
commit | 016ce86b66ff7c34f88b4cbaa159fcfc05b4ca99 (patch) | |
tree | 708149c7e0c71ce0b1e69b311254bd2f55e162ea /readme.md | |
parent | df0ebc7405004f9500401d5e7afae82ce2d8efd2 (diff) | |
download | xbyak-016ce86b66ff7c34f88b4cbaa159fcfc05b4ca99.tar.gz xbyak-016ce86b66ff7c34f88b4cbaa159fcfc05b4ca99.zip |
[doc] add a blank line
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |