update credits
This commit is contained in:
parent
886ca9baac
commit
a9ae51cddc
@ -6,7 +6,7 @@
|
|||||||
Detect CPU ISA features with single-file
|
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/>✅ risc-v<br/>✅ loongarch</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</td><td rowspan=3>
|
||||||
|
|
||||||
```c
|
```c
|
||||||
#define RUAPU_IMPLEMENTATION
|
#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_
|
* [@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_
|
||||||
|
* [@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
|
## License
|
||||||
MIT License
|
MIT License
|
||||||
|
Loading…
Reference in New Issue
Block a user