From c485a324a70d0315771270c756cb717908a53177 Mon Sep 17 00:00:00 2001 From: Joson <1250377062@qq.com> Date: Sat, 27 Apr 2024 21:55:05 +0800 Subject: [PATCH] add contributor img (#65) --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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_