Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-05-19 | softfloat: Replace flag with bool | Richard Henderson | 1 | -16/+8 |
2019-08-19 | fpu: make softfloat-macros "self-contained" | Alex Bennée | 1 | -1/+1 |
2019-08-19 | fpu: replace LIT64 with UINT64_C macros | Alex Bennée | 1 | -3/+3 |
2019-08-16 | include: Make headers more self-contained | Markus Armbruster | 1 | -0/+2 |
2019-06-12 | Supply missing header guards | Markus Armbruster | 1 | -0/+5 |
2019-01-22 | include/fpu/softfloat: Fix compilation with Clang on s390x | Thomas Huth | 1 | -1/+1 |
2018-11-04 | softfloat: Don't execute divdeu without power7 | Richard Henderson | 1 | -2/+2 |
2018-10-05 | softfloat: Specialize udiv_qrnnd for ppc64 | Richard Henderson | 1 | -0/+16 |
2018-10-05 | softfloat: Specialize udiv_qrnnd for s390x | Richard Henderson | 1 | -0/+6 |
2018-10-05 | softfloat: Specialize udiv_qrnnd for x86_64 | Richard Henderson | 1 | -0/+6 |
2018-10-05 | softfloat: Fix division | Richard Henderson | 1 | -9/+25 |
2018-10-05 | softfloat: Replace countLeadingZeros32/64 with clz32/64 | Thomas Huth | 1 | -87/+0 |
2018-03-04 | softfloat: export some functions | Laurent Vivier | 1 | -0/+841 |