Skip to content

Commit b39f70f

Browse files
committed
cmov: add note about ARM32 asm to README.md
1 parent b054a27 commit b39f70f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmov/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ on the following CPU architectures:
3838

3939
- [x] `x86` (`CMOVZ`, `CMOVNZ`)
4040
- [x] `x86_64` (`CMOVZ`, `CMOVNZ`)
41+
- [x] `arm` (mask generation only)
4142
- [x] `aarch64` (`CSEL`)
4243

4344
On other target architectures, a "best effort" portable fallback implementation

0 commit comments

Comments
 (0)