[libc-commits] [libc] [libc][math] Optimize copysign{, f, f16} and fabs{, f, f16} with builtins when available (PR #99037)

via libc-commits libc-commits at lists.llvm.org
Mon Jul 22 08:31:32 PDT 2024


================
@@ -10,6 +10,7 @@
 #include "src/__support/macros/config.h"
 #include "test/src/math/performance_testing/Timer.h"
 
+#include <algorithm>
----------------
overmighty wrote:

Done.

https://github.com/llvm/llvm-project/pull/99037


More information about the libc-commits mailing list