From 016ce86b66ff7c34f88b4cbaa159fcfc05b4ca99 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Fri, 1 Dec 2023 15:07:28 +0900 Subject: [PATCH] [doc] add a blank line --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 1254d496..1f72b76d 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.