Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork10.9k
Commit729d61c
committed
Set -mfpmath=sse on x86-32 for gcc/clang numeric consistency
Force SSE-based floating-point on 32-bit x86 systems to fix inconsistentresults between einsum and other math functions. Prevents test failureswith int16 operations by avoiding the x87 FPU's extended precision.1 parenta1942ec commit729d61c
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 |
| |
9 | 13 |
| |
10 | 14 |
| |
|
0 commit comments
Comments
(0)