From 0cfd0b57a44cc5cda04b50fe24d109df477bcbd8 Mon Sep 17 00:00:00 2001 From: nihui Date: Thu, 22 Feb 2024 11:47:02 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edbee91..0aa636a 100644 --- a/README.md +++ b/README.md @@ -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