[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:
Michael Jones 2022-03-29 16:33:58 -07:00
parent 2f8829aba3
commit 9276074271

View File

@ -704,6 +704,7 @@ add_entrypoint_object(
libc.src.__support.FPUtil.fputil
COMPILE_OPTIONS
-O3
-mfma
)
add_entrypoint_object(