Update README.md

This commit is contained in:
nihui 2024-02-22 11:28:41 +08:00 committed by GitHub
parent 744f9408ce
commit 51d0674241
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -230,5 +230,10 @@ 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. 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
## License ## License
MIT License MIT License