[all-commits] [llvm/llvm-project] 4c5921: [libc][fenv] Refactor x86 fenv implementations to ...
lntue via All-commits
all-commits at lists.llvm.org
Fri Dec 5 13:00:31 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4c59219fc9901016506486e7943b30fdf269f286
https://github.com/llvm/llvm-project/commit/4c59219fc9901016506486e7943b30fdf269f286
Author: lntue <lntue at google.com>
Date: 2025-12-05 (Fri, 05 Dec 2025)
Changed paths:
M libc/cmake/modules/LLVMLibCCompileOptionRules.cmake
M libc/config/config.json
M libc/docs/configure.rst
M libc/include/llvm-libc-macros/fenv-macros.h
M libc/src/__support/CPP/bit.h
M libc/src/__support/FPUtil/CMakeLists.txt
M libc/src/__support/FPUtil/FEnvImpl.h
M libc/src/__support/FPUtil/x86_64/FEnvImpl.h
A libc/src/__support/FPUtil/x86_64/fenv_mxcsr_utils.h
A libc/src/__support/FPUtil/x86_64/fenv_x86_common.h
A libc/src/__support/FPUtil/x86_64/fenv_x87_only.h
A libc/src/__support/FPUtil/x86_64/fenv_x87_utils.h
M libc/src/__support/macros/properties/compiler.h
M libc/test/UnitTest/FEnvSafeTest.cpp
M libc/test/src/fenv/enabled_exceptions_test.cpp
M libc/test/src/fenv/feholdexcept_test.cpp
M libc/test/src/fenv/getenv_and_setenv_test.cpp
M libc/test/src/math/FModTest.h
M libc/test/src/math/smoke/FModTest.h
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][fenv] Refactor x86 fenv implementations to make it work for various fenv_t. (#165015)
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