diff --git a/README.md b/README.md index e098eac..dc06bc2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Detect CPU ISA features with single-file
CPU✅ x86, x86-64
✅ arm, aarch64
✅ mips
✅ powerpc
✅ s390x
✅ loongarch
✅ risc-v
✅ openrisc
- + ```c #define RUAPU_IMPLEMENTATION #include "ruapu.h" @@ -100,7 +100,7 @@ cl.exe /Fe: ruapu.exe main.c Run ruapu in command line ```shell -./ruapu +./ruapu mmx = 1 sse = 1 sse2 = 1 @@ -722,6 +722,11 @@ ruapu determines whether the CPU supports certain instruction sets by trying to * [libllm](https://github.com/ling0322/libllm)  _Efficient inference of large language models_ ## Credits + + + + +### Contribution behavior * [@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_