| commit | 016ce86b66ff7c34f88b4cbaa159fcfc05b4ca99 | [log] [tgz] |
|---|---|---|
| author | MITSUNARI Shigeo <herumi@nifty.com> | Fri Dec 01 15:07:28 2023 +0900 |
| committer | MITSUNARI Shigeo <herumi@nifty.com> | Fri Dec 01 15:07:28 2023 +0900 |
| tree | 708149c7e0c71ce0b1e69b311254bd2f55e162ea | |
| parent | df0ebc7405004f9500401d5e7afae82ce2d8efd2 [diff] |
[doc] add a blank line
diff --git a/readme.md b/readme.md index 1254d49..1f72b76 100644 --- a/readme.md +++ b/readme.md
@@ -23,6 +23,7 @@ - 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.