aboutsummaryrefslogtreecommitdiff
path: root/fpu
AgeCommit message (Expand)Author
27 hourstarget/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé
2024-04-01fpu/softfloat: Remove mention of TILE-Gx targetPhilippe Mathieu-Daudé
2023-09-16fpu: Handle m68k extended precision denormals properlyRichard Henderson
2023-09-16fpu: Add conversions between bfloat16 and [u]int8LIU Zhiwei
2023-07-01fpu: Add float64_to_int{32,64}_moduloRichard Henderson
2023-06-26softfloat: use QEMU_FLATTEN to avoid mistaken isra inliningAlex Bennée
2023-05-05softfloat: Fix the incorrect computation in float32_exp2Shivaprasad G Bhat
2022-10-17softfloat: logB(0) should raise divideByZero exceptionSong Gao
2022-08-31fpu: Add rebias bool, value and operationLucas Mateus Castro (alqotel)
2022-07-20Merge tag 'pull-request-2022-07-20' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2022-07-19fpu/softfloat: Add LoongArch specializations for pickNaN*Song Gao
2022-07-19target/s390x: fix NaN propagation rulesIlya Leoshkevich
2022-04-26softfloat: Use FloatRelation for fracN_cmpRichard Henderson
2022-04-26softfloat: Use FloatRelation within partsN_compareRichard Henderson
2022-04-26softfloat: Fix declaration of partsN_compareRichard Henderson
2022-04-20softfloat: add float128_to_int128Matheus Ferst
2022-04-20softfloat: add float128_to_uint128Matheus Ferst
2022-04-20softfloat: add int128_to_float128Matheus Ferst
2022-04-20softfloat: add uint128_to_float128Matheus Ferst
2021-12-17softfloat: Add float64r32 arithmetic routinesRichard Henderson
2021-12-17softfloat: Add flag specific to signaling nansRichard Henderson
2021-12-17softfloat: Add flag specific to convert non-nan to intRichard Henderson
2021-12-17softfloat: Add flag specific to sqrt(-x)Richard Henderson
2021-12-17softfloat: Add flags specific to Inf / Inf and 0 / 0Richard Henderson
2021-12-17softfloat: Add flag specific to Inf * 0Richard Henderson
2021-12-17softfloat: Add flag specific to Inf - InfRichard Henderson
2021-10-29softfloat: add APIs to handle alternative sNaN propagation for fmax/fminChih-Min Chao
2021-09-01softfloat: Remove assertion preventing silencing of NaN in default-NaN modePeter Maydell
2021-06-15softfloat: Use _Generic instead of QEMU_GENERICRichard Henderson
2021-06-13softfloat: Fix tp init in float32_exp2Richard Henderson
2021-06-11meson: Split out fpu/meson.buildRichard Henderson
2021-06-03softfloat: Use hard-float for {u}int64_to_float{32,64}Richard Henderson
2021-06-03softfloat: Convert modrem operations to FloatPartsRichard Henderson
2021-06-03softfloat: Move floatN_log2 to softfloat-parts.c.incRichard Henderson
2021-06-03softfloat: Convert float32_exp2 to FloatPartsRichard Henderson
2021-06-03softfloat: Convert floatx80 compare to FloatPartsRichard Henderson
2021-06-03softfloat: Convert floatx80_scalbn to FloatPartsRichard Henderson
2021-06-03softfloat: Convert floatx80 to integer to FloatPartsRichard Henderson
2021-06-03softfloat: Convert floatx80 float conversions to FloatPartsRichard Henderson
2021-06-03softfloat: Convert integer to floatx80 to FloatPartsRichard Henderson
2021-06-03softfloat: Convert floatx80_round_to_int to FloatPartsRichard Henderson
2021-06-03softfloat: Convert floatx80_round to FloatPartsRichard Henderson
2021-06-03softfloat: Convert floatx80_sqrt to FloatPartsRichard Henderson
2021-06-03softfloat: Convert floatx80_div to FloatPartsRichard Henderson
2021-06-03softfloat: Convert floatx80_mul to FloatPartsRichard Henderson
2021-06-03softfloat: Convert floatx80_add/sub to FloatPartsRichard Henderson
2021-06-03softfloat: Adjust parts_uncanon_normal for floatx80Richard Henderson
2021-06-03softfloat: Introduce Floatx80RoundPrecRichard Henderson
2021-06-03softfloat: Reduce FloatFmtRichard Henderson
2021-06-03softfloat: Split out parts_uncanon_normalRichard Henderson