[doc] add a blank line

This commit is contained in:
MITSUNARI Shigeo 2023-12-01 15:07:28 +09:00
parent df0ebc7405
commit 016ce86b66

View file

@ -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.