diff --git a/README.md b/README.md index 9badc81..edbee91 100644 --- a/README.md +++ b/README.md @@ -231,9 +231,13 @@ ruapu is implemented in C language to ensure the widest possible portability. ruapu determines whether the CPU supports certain instruction sets by trying to execute instructions and detecting whether an `Illegal Instruction` exception occurs. ruapu does not rely on the cpuid instructions and registers related to the CPU architecture, nor does it rely on the `MISA` information and system calls of the operating system. This can help us get more detailed CPU ISA information. ## Repos that use ruapu +* [ncnn](https://github.com/Tencent/ncnn)  _High-performance neural network inference framework optimized for the mobile platform_ +* [libllm](https://github.com/ling0322/libllm)  _Efficient inference of large language models_ -* [ncnn](https://github.com/Tencent/ncnn)  High-performance neural network inference framework optimized for the mobile platform -* [libllm](https://github.com/ling0322/libllm)  Efficient inference of large language models +## Credits +* [@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_ ## License MIT License