Skip to content

Commit

Permalink
[FMV] Adding MOPS
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKristofKiss authored and vhscampos committed Jan 8, 2024
1 parent b88cbf7 commit 006cfaa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main/acle.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@ Armv8.4-A [[ARMARMv84]](#ARMARMv84). Support is added for the Dot Product intrin
to use keyword attributes instead of GNU-style attributes.
* Added missing word to Function Multi Versioning's [Name mangling](#name-mangling).
* Added description of SVE reinterpret intrinsics.
* Changes for [Function Multi Versioning](#function-multi-versioning):
* Added [MOPS](#memcpy-family-of-operations-intrinsics---mops).

### References

Expand Down Expand Up @@ -2575,6 +2577,7 @@ The following table lists the architectures feature mapping for AArch64
| 560 | `FEAT_SME_F64F64` | sme-f64f64 | ```ID_AA64SMFR0_EL1.F64F64 == 0b0001``` |
| 570 | `FEAT_SME_I16I64` | sme-i16i64 | ```ID_AA64SMFR0_EL1.I16I64 == 0b1111``` |
| 580 | `FEAT_SME2` | sme2 | ```ID_AA64PFR1_EL1.SME == 0b0010``` |
| 650 | `FEAT_MOPS` | mops | ```ID_AA64ISAR2_EL1.MOPS == 0b0010``` |

### Selection

Expand Down

0 comments on commit 006cfaa

Please sign in to comment.