[libc-commits] [PATCH] D122693: [libc][obvious] Add mfma to log2f

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Mar 29 16:34:58 PDT 2022


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9276074271ab: [libc][obvious] Add mfma to log2f (authored by michaelrj).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122693/new/

https://reviews.llvm.org/D122693

Files:
  libc/src/math/generic/CMakeLists.txt


Index: libc/src/math/generic/CMakeLists.txt
===================================================================
--- libc/src/math/generic/CMakeLists.txt
+++ libc/src/math/generic/CMakeLists.txt
@@ -704,6 +704,7 @@
     libc.src.__support.FPUtil.fputil
     COMPILE_OPTIONS
     -O3
+    -mfma
 )
 
 add_entrypoint_object(


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122693.419012.patch
Type: text/x-patch
Size: 322 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220329/6a44aad9/attachment.bin>


More information about the libc-commits mailing list