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
+
+ |