diff options
author | MITSUNARI Shigeo <[email protected]> | 2023-07-27 10:43:13 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2023-07-27 10:43:13 +0900 |
commit | 33075c2bda21331df16a5a0146926275c0750b8e (patch) | |
tree | 30e6ae5b006ea3473cb5a1387ce230cd8e642135 /readme.md | |
parent | 60e71402e66c3f80511432d9f2afd055a6a7b7ac (diff) | |
download | xbyak-33075c2bda21331df16a5a0146926275c0750b8e.tar.gz xbyak-33075c2bda21331df16a5a0146926275c0750b8e.zip |
add link to other projects
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -26,6 +26,10 @@ It is named from a Japanese word [開闢](https://translate.google.com/?hl=ja&sl Use `and_()`, `or_()`, ... instead of `and()`, `or()`. If you want to use them, then specify `-fno-operator-names` option to gcc/clang. +### Derived Projects +- [Xbyak_aarch64](https://github.com/fujitsu/xbyak_aarch64/) : for AArch64 +- [Xbyak_riscv](https://github.com/herumi/xbyak_riscv) : for RISC-V + ### News - add amx_fp16/avx_vnni_int8/avx_ne_convert/avx-ifma |