Age | Commit message (Expand) | Author |
2018-12-17 | softfloat: add float{32,64}_is_zero_or_normal | Emilio G. Cota |
2018-12-17 | softfloat: add float{32,64}_is_{de,}normal | Emilio G. Cota |
2018-11-04 | softfloat: Don't execute divdeu without power7 | Richard Henderson |
2018-10-05 | softfloat: Specialize udiv_qrnnd for ppc64 | Richard Henderson |
2018-10-05 | softfloat: Specialize udiv_qrnnd for s390x | Richard Henderson |
2018-10-05 | softfloat: Specialize udiv_qrnnd for x86_64 | Richard Henderson |
2018-10-05 | softfloat: Fix division | Richard Henderson |
2018-10-05 | softfloat: Replace countLeadingZeros32/64 with clz32/64 | Thomas Huth |
2018-10-05 | softfloat: remove float64_trunc_to_int | Emilio G. Cota |
2018-08-24 | softfloat: Add scaling float-to-int routines | Richard Henderson |
2018-08-24 | softfloat: Add scaling int-to-float routines | Richard Henderson |
2018-05-17 | fpu/softfloat: Specialize on snan_bit_is_one | Richard Henderson |
2018-05-17 | fpu/softfloat: Remove floatX_maybe_silence_nan | Richard Henderson |
2018-05-17 | fpu/softfloat: re-factor float to float conversions | Alex Bennée |
2018-05-17 | fpu/softfloat: Split floatXX_silence_nan from floatXX_maybe_silence_nan | Richard Henderson |
2018-03-04 | softfloat: use floatx80_infinity in softfloat | Laurent Vivier |
2018-03-04 | softfloat: export some functions | Laurent Vivier |
2018-03-01 | arm/translate-a64: add FP16 FR[ECP/SQRT]S to simd_three_reg_same_fp16 | Alex Bennée |
2018-02-21 | fpu/softfloat: re-factor sqrt | Alex Bennée |
2018-02-21 | fpu/softfloat: re-factor compare | Alex Bennée |
2018-02-21 | fpu/softfloat: re-factor minmax | Alex Bennée |
2018-02-21 | fpu/softfloat: re-factor scalbn | Alex Bennée |
2018-02-21 | fpu/softfloat: re-factor int/uint to float | Alex Bennée |
2018-02-21 | fpu/softfloat: re-factor float to int/uint | Alex Bennée |
2018-02-21 | fpu/softfloat: re-factor round_to_int | Alex Bennée |
2018-02-21 | fpu/softfloat: re-factor muladd | Alex Bennée |
2018-02-21 | fpu/softfloat: re-factor div | Alex Bennée |
2018-02-21 | fpu/softfloat: re-factor mul | Alex Bennée |
2018-02-21 | fpu/softfloat: re-factor add/sub | Alex Bennée |
2018-02-21 | include/fpu/softfloat: add some float16 constants | Alex Bennée |
2018-02-21 | include/fpu/softfloat: implement float16_set_sign helper | Alex Bennée |
2018-02-21 | include/fpu/softfloat: implement float16_chs helper | Alex Bennée |
2018-02-21 | include/fpu/softfloat: implement float16_abs helper | Alex Bennée |
2018-02-21 | target/*/cpu.h: remove softfloat.h | Alex Bennée |
2018-02-21 | fpu/softfloat-types: new header to prevent excessive re-builds | Alex Bennée |
2018-02-21 | include/fpu/softfloat: remove USE_SOFTFLOAT_STRUCT_TYPES | Alex Bennée |
2018-02-21 | fpu/softfloat: implement float16_squash_input_denormal | Alex Bennée |
2017-07-21 | configure: Drop ancient Solaris 9 and earlier support | Peter Maydell |
2017-06-29 | softfloat: define floatx80_round() | Laurent Vivier |
2017-02-22 | softfloat: Add float128_to_uint32_round_to_zero() | Bharata B Rao |
2017-02-22 | softfloat: Add float128_to_uint64_round_to_zero() | Bharata B Rao |
2017-02-22 | softfloat: Add round-to-odd rounding mode | Bharata B Rao |
2017-01-31 | target-ppc: Add xscvdphp, xscvhpdp | Bharata B Rao |
2016-09-15 | fpu: add mechanism to check for invalid long double formats | Andrew Dutcher |
2016-08-15 | softfloat: Fix warn about implicit conversion from int to int8_t | Pranith Kumar |
2016-07-12 | Clean up decorations and whitespace around header guards | Markus Armbruster |
2016-06-24 | softfloat: Implement run-time-configurable meaning of signaling NaN bit | Aleksandar Markovic |
2016-02-23 | include: Clean up includes | Peter Maydell |
2016-02-19 | fpu: Remove use of int_fast16_t in conversions to int16 | Peter Maydell |
2016-01-22 | fpu: Replace uint8 typedef with uint8_t | Peter Maydell |