Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update patches | Benjamin Barenblat | 2022-08-22 | 1 | -141/+0 |
| | | | | | | Bump SONAME and inline namespace in configuration, update location of SSE2 and SSSE3 configuration, and delete patches that have been applied upstream. | ||||
* | Add patch to disable some troublesome FPU tests on i386 | Benjamin Barenblat | 2021-06-17 | 1 | -0/+141 |
Some Abseil tests test floating-point edge cases. These tests are correct when IEEE semantics are strictly enforced. However, such semantics are quite expensive when using an x87 FPU, so they’re not enabled by default. Patch out the offending tests on i386 systems that don’t enforce IEEE semantics. |