Skip to content

Commit 40e3621

Browse files
committed
Mention size/speed tradeoff in the cmake option help
1 parent 7a24535 commit 40e3621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/builtins/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ set(arm_or_thumb2_base_SOURCES
423423
)
424424

425425
option(COMPILER_RT_ARM_OPTIMIZED_FP
426-
"On 32-bit Arm, use optimized assembly implementations of FP arithmetic" ON)
426+
"On 32-bit Arm, use optimized assembly implementations of FP arithmetic. Likely to increase code size, but be faster." ON)
427427

428428
if(COMPILER_RT_ARM_OPTIMIZED_FP)
429429
set(arm_or_thumb2_base_SOURCES

0 commit comments

Comments
 (0)