mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-18 21:38:10 +00:00
[libc][obvious] Add mfma to log2f
In the previous patch adding -mfma to functions that need it for windows builds I missed log2f. Differential Revision: https://reviews.llvm.org/D122693
This commit is contained in:
parent
2f8829aba3
commit
9276074271
@ -704,6 +704,7 @@ add_entrypoint_object(
|
||||
libc.src.__support.FPUtil.fputil
|
||||
COMPILE_OPTIONS
|
||||
-O3
|
||||
-mfma
|
||||
)
|
||||
|
||||
add_entrypoint_object(
|
||||
|
Loading…
Reference in New Issue
Block a user