[all-commits] [llvm/llvm-project] 703de0: [compiler-rt] [test] Apply the MSVC scalbn test ex...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Tue Oct 31 13:39:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 703de006d30b734676e48deadafd6d89903f357e
https://github.com/llvm/llvm-project/commit/703de006d30b734676e48deadafd6d89903f357e
Author: Martin Storsjö <martin at martin.st>
Date: 2023-10-31 (Tue, 31 Oct 2023)
Changed paths:
M compiler-rt/test/builtins/Unit/compiler_rt_scalbn_test.c
M compiler-rt/test/builtins/Unit/compiler_rt_scalbnf_test.c
Log Message:
-----------
[compiler-rt] [test] Apply the MSVC scalbn test exceptions to MinGW too (#70776)
MinGW mode can also use the MSVC/UCRT math functions. On ARM/ARM64,
mingw-w64 has always used the UCRT scalbn function. On x86, mingw-w64
recently changed to prefer the UCRT version for a large number of math
functions.
More information about the All-commits
mailing list