Skip to content

Commit 2671cf3

Browse files
committed
Address comments (2)
1 parent 77b94bd commit 2671cf3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libc/startup/baremetal/arm/start.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ namespace LIBC_NAMESPACE_DECL {
143143
__dsb(0xF);
144144
__isb(0xF);
145145
#if defined(__ARM_FEATURE_MVE)
146-
// Set FPSCR's LTPSIZE field to 4 to disable low-overhead-loop tail
147-
// predication.
146+
// Initialize low-overhead-loop tail predication to its neutral state
148147
uint32_t fpscr;
149148
__asm__ __volatile__("vmrs %0, FPSCR" : "=r"(fpscr) : :);
150149
fpscr |= (0x4 << 16);

0 commit comments

Comments
 (0)