add contributor img (#65)
This commit is contained in:
parent
bafa0c4e52
commit
c485a324a7
@ -7,7 +7,7 @@ Detect CPU ISA features with single-file
|
|||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr><td>CPU</td><td>✅ x86, x86-64<br/>✅ arm, aarch64<br/>✅ mips<br/>✅ powerpc<br/>✅ s390x<br/>✅ loongarch<br/>✅ risc-v<br/>✅ openrisc</td><td rowspan=3>
|
<tr><td>CPU</td><td>✅ x86, x86-64<br/>✅ arm, aarch64<br/>✅ mips<br/>✅ powerpc<br/>✅ s390x<br/>✅ loongarch<br/>✅ risc-v<br/>✅ openrisc</td><td rowspan=3>
|
||||||
|
|
||||||
```c
|
```c
|
||||||
#define RUAPU_IMPLEMENTATION
|
#define RUAPU_IMPLEMENTATION
|
||||||
#include "ruapu.h"
|
#include "ruapu.h"
|
||||||
@ -100,7 +100,7 @@ cl.exe /Fe: ruapu.exe main.c
|
|||||||
Run ruapu in command line
|
Run ruapu in command line
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
./ruapu
|
./ruapu
|
||||||
mmx = 1
|
mmx = 1
|
||||||
sse = 1
|
sse = 1
|
||||||
sse2 = 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_
|
* [libllm](https://github.com/ling0322/libllm)  _Efficient inference of large language models_
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
<a href="https://github.com/nihui/ruapu/graphs/contributors">
|
||||||
|
<img src="https://contrib.rocks/image?repo=nihui/ruapu" />
|
||||||
|
</a>
|
||||||
|
|
||||||
|
### Contribution behavior
|
||||||
* [@nihui](https://github.com/nihui)  _Write the initial POC code and ruapu maintainer_
|
* [@nihui](https://github.com/nihui)  _Write the initial POC code and ruapu maintainer_
|
||||||
* [@kernelbin](https://github.com/kernelbin)  _Implement exception handling for Windows_
|
* [@kernelbin](https://github.com/kernelbin)  _Implement exception handling for Windows_
|
||||||
* [@zchrissirhcz](https://github.com/zchrissirhcz)  _Detect x86 FMA4_
|
* [@zchrissirhcz](https://github.com/zchrissirhcz)  _Detect x86 FMA4_
|
||||||
|
Loading…
Reference in New Issue
Block a user