Age | Commit message (Expand) | Author | Files | Lines |
2024-12-11 | fpu: Allow runtime choice of default NaN value | Peter Maydell | 2 | -0/+21 |
2024-12-11 | fpu: Remove use_first_nan field from float_status | Peter Maydell | 2 | -6/+0 |
2024-12-11 | softfloat: Allow runtime choice of NaN propagation for muladd | Peter Maydell | 2 | -0/+66 |
2024-12-11 | softfloat: Allow runtime choice of inf * 0 + NaN result | Peter Maydell | 2 | -0/+34 |
2024-11-05 | softfloat: Remove fallback rule from pickNaN() | Peter Maydell | 1 | -7/+3 |
2024-11-05 | softfloat: Allow 2-operand NaN propagation rule to be set at runtime | Peter Maydell | 2 | -0/+53 |
2023-09-16 | fpu: Add conversions between bfloat16 and [u]int8 | LIU Zhiwei | 1 | -0/+12 |
2023-07-01 | fpu: Add float64_to_int{32,64}_modulo | Richard Henderson | 1 | -0/+3 |
2022-08-31 | fpu: Add rebias bool, value and operation | Lucas Mateus Castro (alqotel) | 1 | -0/+4 |
2022-05-11 | Clean up decorations and whitespace around header guards | Markus Armbruster | 1 | -1/+1 |
2022-04-20 | softfloat: add float128_to_int128 | Matheus Ferst | 1 | -0/+2 |
2022-04-20 | softfloat: add float128_to_uint128 | Matheus Ferst | 1 | -0/+2 |
2022-04-20 | softfloat: add int128_to_float128 | Matheus Ferst | 1 | -0/+1 |
2022-04-20 | softfloat: add uint128_to_float128 | Matheus Ferst | 1 | -0/+2 |
2022-04-06 | Replace config-time define HOST_WORDS_BIGENDIAN | Marc-André Lureau | 1 | -1/+1 |
2021-12-17 | softfloat: Add float64r32 arithmetic routines | Richard Henderson | 1 | -0/+12 |
2021-12-17 | softfloat: Add flag specific to signaling nans | Richard Henderson | 1 | -0/+1 |
2021-12-17 | softfloat: Add flag specific to convert non-nan to int | Richard Henderson | 1 | -0/+1 |
2021-12-17 | softfloat: Add flag specific to sqrt(-x) | Richard Henderson | 1 | -0/+1 |
2021-12-17 | softfloat: Add flags specific to Inf / Inf and 0 / 0 | Richard Henderson | 1 | -0/+2 |
2021-12-17 | softfloat: Add flag specific to Inf * 0 | Richard Henderson | 1 | -0/+1 |
2021-12-17 | softfloat: Add flag specific to Inf - Inf | Richard Henderson | 1 | -0/+1 |
2021-12-17 | softfloat: Extend float_exception_flags to 16 bits | Richard Henderson | 2 | -9/+9 |
2021-10-29 | Merge remote-tracking branch 'remotes/alistair23/tags/pull-riscv-to-apply-202... | Richard Henderson | 1 | -0/+10 |
2021-10-29 | softfloat: add APIs to handle alternative sNaN propagation for fmax/fmin | Chih-Min Chao | 1 | -0/+10 |
2021-10-27 | host-utils: move udiv_qrnnd() to host-utils | Luis Pires | 1 | -82/+0 |
2021-06-21 | Remove leading underscores from QEMU defines | Ahmed Abouzied | 1 | -2/+2 |
2021-06-03 | softfloat: Convert modrem operations to FloatParts | Richard Henderson | 1 | -0/+34 |
2021-06-03 | softfloat: Introduce Floatx80RoundPrec | Richard Henderson | 3 | -5/+14 |
2021-06-03 | softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag) | David Hildenbrand | 1 | -0/+6 |
2021-06-03 | softfpu: Add float_round_to_odd_inf | Richard Henderson | 1 | -1/+3 |
2021-05-16 | softfloat: Introduce sh[lr]_double primitives | Richard Henderson | 1 | -0/+36 |
2021-05-16 | softfloat: Tidy mul128By64To192 | Richard Henderson | 1 | -16/+6 |
2021-05-16 | softfloat: Use add192 in mul128To256 | Richard Henderson | 1 | -25/+12 |
2021-05-16 | softfloat: Use mulu64 for mul64To128 | Richard Henderson | 1 | -20/+3 |
2021-05-16 | softfloat: Move muladd_floats to softfloat-parts.c.inc | Richard Henderson | 1 | -0/+2 |
2021-05-16 | softfloat: Use uadd64_carry, usub64_borrow in softfloat-macros.h | Richard Henderson | 1 | -70/+25 |
2021-05-16 | softfloat: Inline float_raise | Richard Henderson | 1 | -1/+4 |
2020-08-29 | softfloat: Define comparison operations for bfloat16 | Richard Henderson | 1 | -0/+41 |
2020-08-28 | softfloat: Define misc operations for bfloat16 | LIU Zhiwei | 1 | -0/+48 |
2020-08-28 | softfloat: Define convert operations for bfloat16 | LIU Zhiwei | 1 | -0/+54 |
2020-08-28 | softfloat: Define operations for bfloat16 | LIU Zhiwei | 2 | -0/+43 |
2020-08-28 | softfloat: Add float16_is_normal | Stephen Long | 1 | -0/+5 |
2020-08-28 | softfloat: Add fp16 and uint8/int8 conversion functions | Frank Chang | 1 | -0/+8 |
2020-08-28 | softfloat: Implement the full set of comparisons for float16 | Kito Cheng | 1 | -0/+41 |
2020-08-21 | softfloat: pass float_status pointer to pickNaN | Max Filippov | 2 | -0/+6 |
2020-08-21 | softfloat: make NO_SIGNALING_NANS runtime property | Max Filippov | 2 | -1/+11 |
2020-07-27 | target/i386: floatx80: avoid compound literals in static initializers | Laszlo Ersek | 1 | -0/+1 |
2020-07-06 | softfloat,m68k: disable floatx80_invalid_encoding() for m68k | Laurent Vivier | 1 | -0/+24 |
2020-06-26 | softfloat: return low bits of quotient from floatx80_modrem | Joseph Myers | 1 | -1/+2 |