[all-commits] [llvm/llvm-project] 70843b: [libc][math] Optimize copysign{, f, f16} and fabs{, f...
OverMighty via All-commits
all-commits at lists.llvm.org
Mon Jul 22 09:38:06 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 70843bf658004cc6997e4978e625140abce77427
https://github.com/llvm/llvm-project/commit/70843bf658004cc6997e4978e625140abce77427
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-07-22 (Mon, 22 Jul 2024)
Changed paths:
M libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
M libc/cmake/modules/LLVMLibCFlagRules.cmake
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/copysign.cpp
M libc/src/math/generic/copysignf.cpp
M libc/src/math/generic/copysignf16.cpp
M libc/src/math/generic/fabs.cpp
M libc/src/math/generic/fabsf.cpp
M libc/src/math/generic/fabsf16.cpp
M libc/test/src/math/performance_testing/BinaryOpSingleOutputPerf.h
M libc/test/src/math/performance_testing/CMakeLists.txt
M libc/test/src/math/performance_testing/SingleInputSingleOutputPerf.h
A libc/test/src/math/performance_testing/misc_basic_ops_perf.cpp
Log Message:
-----------
[libc][math] Optimize copysign{,f,f16} and fabs{,f,f16} with builtins when available (#99037)
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list