diff --git a/README.md b/README.md index 23478ad..b7e966c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Detect CPU ISA features with single-file -
CPU✅ x86, x86-64
✅ arm, aarch64
✅ mips
✅ powerpc
✅ s390x
✅ risc-v
✅ loongarch
+
CPU✅ x86, x86-64
✅ arm, aarch64
✅ mips
✅ powerpc
✅ s390x
✅ loongarch
✅ risc-v
```c #define RUAPU_IMPLEMENTATION @@ -239,6 +239,11 @@ ruapu determines whether the CPU supports certain instruction sets by trying to * [@nihui](https://github.com/nihui)  _Write the initial POC code and ruapu maintainer_ * [@kernelbin](https://github.com/kernelbin)  _Implement exception handling for Windows_ * [@zchrissirhcz](https://github.com/zchrissirhcz)  _Detect x86 FMA4_ +* [@MollySophia](https://github.com/MollySophia)  _Fix C++ export symbol_ +* [@strongtz](https://github.com/strongtz)  _Detect more aarch64 ISA_ +* [@monkeyking](https://github.com/monkeyking)  _Detect apple arm64 AMX_ +* [@junchao-loongson](https://github.com/junchao-loongson)  _Add loongarch support_ +* [@ziyao233](https://github.com/ziyao233)  _Detect more risc-v ISA_ ## License MIT License