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 261e9f2 commit b858986Copy full SHA for b858986
cmsis/TARGET_CORTEX_M/core_cm4.h
@@ -86,7 +86,7 @@
86
#endif
87
88
#elif defined (__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050)
89
- #if defined __ARM_PCS_VFP
+ #if defined (__ARM_FP) && (__ARM_FP >= 2)
90
#if defined (__FPU_PRESENT) && (__FPU_PRESENT == 1U)
91
#define __FPU_USED 1U
92
#else
cmsis/TARGET_CORTEX_M/core_cm7.h
0 commit comments