[libc-commits] [PATCH] D139064: Onboard signbitf to llvmlibc math functions.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Dec 1 06:21:05 PST 2022


lntue added inline comments.


================
Comment at: libc/src/math/generic/CMakeLists.txt:1393
+  COMPILE_OPTIONS
+    -O2
+)
----------------
`-O3` should be fine.


================
Comment at: libc/src/math/generic/CMakeLists.txt:1395
+)
\ No newline at end of file

----------------
Please fix


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139064



More information about the libc-commits mailing list