Update README.md

This commit is contained in:
nihui 2024-02-21 15:07:39 +08:00 committed by GitHub
parent 74913ff512
commit 85ffbb31c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,7 @@ xop = 0
## Features ## Features
* Detect **CPU ISA with single-file**    * Detect **CPU ISA with single-file**   
_`x86-sse2`, `x86-avx`, `x86-avx512f`, `arm-neon`, etc._ _`sse2`, `avx`, `avx512f`, `neon`, etc._
* Detect **vendor extended ISA**     * Detect **vendor extended ISA**    
_apple `amx`, risc-v vendor ISA, etc._ _apple `amx`, risc-v vendor ISA, etc._
* Detect **richer ISA on Windows ARM**   * Detect **richer ISA on Windows ARM**  
@ -80,7 +80,7 @@ _macOS hides it in `cpuid`_
* Detect **new CPU's ISA on old systems**  * Detect **new CPU's ISA on old systems** 
_they are usually not exposed in `auxv` or `MISA`_ _they are usually not exposed in `auxv` or `MISA`_
* Detect **CPU hidden ISA**        * Detect **CPU hidden ISA**       
_`x86-fma4` on zen1, ISA in hypervisor, etc._ _`fma4` on zen1, ISA in hypervisor, etc._
## Supported ISA _ (more is comming ... :)_ ## Supported ISA _ (more is comming ... :)_