We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b94bd commit 2671cf3Copy full SHA for 2671cf3
libc/startup/baremetal/arm/start.cpp
@@ -143,8 +143,7 @@ namespace LIBC_NAMESPACE_DECL {
143
__dsb(0xF);
144
__isb(0xF);
145
#if defined(__ARM_FEATURE_MVE)
146
- // Set FPSCR's LTPSIZE field to 4 to disable low-overhead-loop tail
147
- // predication.
+ // Initialize low-overhead-loop tail predication to its neutral state
148
uint32_t fpscr;
149
__asm__ __volatile__("vmrs %0, FPSCR" : "=r"(fpscr) : :);
150
fpscr |= (0x4 << 16);
0 commit comments