Commit 3483b32
committed
[SingleSource] Relax fmax signed-zero checks on some platforms.
On some platforms, fmax doesn't treat -0.0 < +0.0. For now limit precise
signed-zero checks to ARM64 macOS.
Fixes llvm/llvm-project#166912.1 parent e810d81 commit 3483b32
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
| 19 | + | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
| |||
0 commit comments