| author | |
| committer | |
| log | d841d2c27e468017d7191da5b37c917499b5d1d1 |
| tree | ebe5f0d82685350296612cb5df24be9defdb621e |
| parent | e6ccc93aacb54f9c183dce43389c2be34e6fde9a |
2 files changed, 5 insertions(+), 0 deletions(-)
lib/include/arm_sve.h+4| ... | ... | @@ -24038,6 +24038,10 @@ svint32_t svusmmla(svint32_t, svuint8_t, svint8_t); |
| 24038 | 24038 | } // extern "C" |
| 24039 | 24039 | #endif |
| 24040 | 24040 | |
| 24041 | #undef __ai | |
| 24042 | ||
| 24043 | #undef __aio | |
| 24044 | ||
| 24041 | 24045 | #endif /*__ARM_FEATURE_SVE */ |
| 24042 | 24046 | |
| 24043 | 24047 | #endif /* __ARM_SVE_H */ |
lib/include/cpuid.h+1| ... | ... | @@ -232,6 +232,7 @@ |
| 232 | 232 | |
| 233 | 233 | /* Features in %ebx for leaf 0x80000008 */ |
| 234 | 234 | #define bit_CLZERO 0x00000001 |
| 235 | #define bit_RDPRU 0x00000010 | |
| 235 | 236 | #define bit_WBNOINVD 0x00000200 |
| 236 | 237 | |
| 237 | 238 |