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 7a24535 commit 40e3621Copy full SHA for 40e3621
compiler-rt/lib/builtins/CMakeLists.txt
@@ -423,7 +423,7 @@ set(arm_or_thumb2_base_SOURCES
423
)
424
425
option(COMPILER_RT_ARM_OPTIMIZED_FP
426
- "On 32-bit Arm, use optimized assembly implementations of FP arithmetic" ON)
+ "On 32-bit Arm, use optimized assembly implementations of FP arithmetic. Likely to increase code size, but be faster." ON)
427
428
if(COMPILER_RT_ARM_OPTIMIZED_FP)
429
set(arm_or_thumb2_base_SOURCES
0 commit comments