Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui authored Feb 22, 2024
1 parent b0fe9ac commit 0cfd0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ 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_
* [ncnn](https://github.com/Tencent/ncnn)  _High-performance neural network inference framework_
* [libllm](https://github.com/ling0322/libllm)  _Efficient inference of large language models_

## Credits
Expand Down

0 comments on commit 0cfd0b5

Please sign in to comment.