Skip to content

Commit 601c9be

Browse files
authored
[clang][NFC] Fix arm_acle.h title headers (#82624)
Fix some title headers to align them with the actual ACLE document.
1 parent 20434bf commit 601c9be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang/lib/Headers/arm_acle.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ __qdbl(int32_t __t) {
313313
}
314314
#endif
315315

316-
/* 8.4.3 Accumultating multiplications */
316+
/* 8.4.3 Accumulating multiplications */
317317
#if defined(__ARM_FEATURE_DSP) && __ARM_FEATURE_DSP
318318
static __inline__ int32_t __attribute__((__always_inline__, __nodebug__))
319319
__smlabb(int32_t __a, int32_t __b, int32_t __c) {
@@ -545,7 +545,7 @@ __usub16(uint16x2_t __a, uint16x2_t __b) {
545545
}
546546
#endif
547547

548-
/* 8.5.10 Parallel 16-bit multiplications */
548+
/* 8.5.10 Parallel 16-bit multiplication */
549549
#if defined(__ARM_FEATURE_SIMD32) && __ARM_FEATURE_SIMD32
550550
static __inline__ int32_t __attribute__((__always_inline__, __nodebug__))
551551
__smlad(int16x2_t __a, int16x2_t __b, int32_t __c) {
@@ -748,7 +748,7 @@ __arm_st64bv0(void *__addr, data512_t __value) {
748748
#define __arm_wsrf(sysreg, v) __arm_wsr(sysreg, __builtin_bit_cast(uint32_t, v))
749749
#define __arm_wsrf64(sysreg, v) __arm_wsr64(sysreg, __builtin_bit_cast(uint64_t, v))
750750

751-
/* 10.3 Memory Tagging Extensions (MTE) Intrinsics */
751+
/* 10.3 MTE intrinsics */
752752
#if defined(__ARM_64BIT_STATE) && __ARM_64BIT_STATE
753753
#define __arm_mte_create_random_tag(__ptr, __mask) __builtin_arm_irg(__ptr, __mask)
754754
#define __arm_mte_increment_tag(__ptr, __tag_offset) __builtin_arm_addg(__ptr, __tag_offset)
@@ -757,7 +757,7 @@ __arm_st64bv0(void *__addr, data512_t __value) {
757757
#define __arm_mte_set_tag(__ptr) __builtin_arm_stg(__ptr)
758758
#define __arm_mte_ptrdiff(__ptra, __ptrb) __builtin_arm_subp(__ptra, __ptrb)
759759

760-
/* 18 Memory Operations Intrinsics */
760+
/* 18 memcpy family of operations intrinsics - MOPS */
761761
#define __arm_mops_memset_tag(__tagged_address, __value, __size) \
762762
__builtin_arm_mops_memset_tag(__tagged_address, __value, __size)
763763
#endif

0 commit comments

Comments
 (0)