aboutsummaryrefslogtreecommitdiff
path: root/fpu
AgeCommit message (Expand)AuthorFilesLines
2024-11-18target/s390x: Fix the floating-point multiply-and-add NaN rulesIlya Leoshkevich1-0/+19
2024-11-05softfloat: Remove fallback rule from pickNaN()Peter Maydell1-20/+3
2024-11-05target/rx: Explicitly set 2-NaN propagation rulePeter Maydell1-1/+2
2024-11-05target/openrisc: Explicitly set 2-NaN propagation rulePeter Maydell1-1/+1
2024-11-05target/microblaze: Explicitly set 2-NaN propagation rulePeter Maydell1-1/+2
2024-11-05target/alpha: Explicitly set 2-NaN propagation rulePeter Maydell1-1/+1
2024-11-05target/i386: Set 2-NaN propagation rule explicitlyPeter Maydell1-1/+2
2024-11-05target/xtensa: Explicitly set 2-NaN propagation rulePeter Maydell1-11/+1
2024-11-05target/sparc: Explicitly set 2-NaN propagation rulePeter Maydell1-4/+2
2024-11-05target/m68k: Explicitly set 2-NaN propagation rulePeter Maydell1-18/+1
2024-11-05target/ppc: Explicitly set 2-NaN propagation rulePeter Maydell1-8/+2
2024-11-05target/s390x: Explicitly set 2-NaN propagation rulePeter Maydell1-3/+2
2024-11-05target/hppa: Explicitly set 2-NaN propagation rulePeter Maydell1-2/+2
2024-11-05target/loongarch: Explicitly set 2-NaN propagation rulePeter Maydell1-3/+3
2024-11-05target/mips: Explicitly set 2-NaN propagation rulePeter Maydell1-16/+2
2024-11-05target/arm: Explicitly set 2-NaN propagation rulePeter Maydell1-11/+2
2024-11-05softfloat: Allow 2-operand NaN propagation rule to be set at runtimePeter Maydell1-95/+130
2024-09-24fpu: remove break after g_assert_not_reached()Pierrick Bouvier1-2/+0
2024-09-13target/cris: Remove the deprecated CRIS targetPhilippe Mathieu-Daudé1-2/+2
2024-06-05target/sparc: Implement FMAf extensionRichard Henderson1-0/+31
2024-04-24target/nios2: Remove the deprecated Nios II targetPhilippe Mathieu-Daudé1-1/+1
2024-04-01fpu/softfloat: Remove mention of TILE-Gx targetPhilippe Mathieu-Daudé1-1/+1
2023-09-16fpu: Handle m68k extended precision denormals properlyRichard Henderson2-4/+12
2023-09-16fpu: Add conversions between bfloat16 and [u]int8LIU Zhiwei1-0/+58
2023-07-01fpu: Add float64_to_int{32,64}_moduloRichard Henderson2-0/+109
2023-06-26softfloat: use QEMU_FLATTEN to avoid mistaken isra inliningAlex Bennée1-11/+11
2023-05-05softfloat: Fix the incorrect computation in float32_exp2Shivaprasad G Bhat1-1/+1
2022-10-17softfloat: logB(0) should raise divideByZero exceptionSong Gao1-0/+1
2022-08-31fpu: Add rebias bool, value and operationLucas Mateus Castro (alqotel)2-2/+21
2022-07-20Merge tag 'pull-request-2022-07-20' of https://gitlab.com/thuth/qemu into sta...Peter Maydell1-2/+2
2022-07-19fpu/softfloat: Add LoongArch specializations for pickNaN*Song Gao1-1/+25
2022-07-19target/s390x: fix NaN propagation rulesIlya Leoshkevich1-1/+2
2022-04-26softfloat: Use FloatRelation for fracN_cmpRichard Henderson1-5/+7
2022-04-26softfloat: Use FloatRelation within partsN_compareRichard Henderson1-4/+7
2022-04-26softfloat: Fix declaration of partsN_compareRichard Henderson1-4/+4
2022-04-20softfloat: add float128_to_int128Matheus Ferst1-0/+64
2022-04-20softfloat: add float128_to_uint128Matheus Ferst1-0/+65
2022-04-20softfloat: add int128_to_float128Matheus Ferst1-0/+29
2022-04-20softfloat: add uint128_to_float128Matheus Ferst1-0/+25
2021-12-17softfloat: Add float64r32 arithmetic routinesRichard Henderson1-0/+110
2021-12-17softfloat: Add flag specific to signaling nansRichard Henderson2-7/+15
2021-12-17softfloat: Add flag specific to convert non-nan to intRichard Henderson1-7/+7
2021-12-17softfloat: Add flag specific to sqrt(-x)Richard Henderson1-1/+1
2021-12-17softfloat: Add flags specific to Inf / Inf and 0 / 0Richard Henderson1-5/+11
2021-12-17softfloat: Add flag specific to Inf * 0Richard Henderson2-8/+8
2021-12-17softfloat: Add flag specific to Inf - InfRichard Henderson1-1/+2
2021-10-29softfloat: add APIs to handle alternative sNaN propagation for fmax/fminChih-Min Chao2-8/+36
2021-09-01softfloat: Remove assertion preventing silencing of NaN in default-NaN modePeter Maydell1-1/+0
2021-06-15softfloat: Use _Generic instead of QEMU_GENERICRichard Henderson1-6/+10
2021-06-13softfloat: Fix tp init in float32_exp2Richard Henderson1-1/+1