]> git.proxmox.com Git - mirror_qemu.git/history - fpu/softfloat-parts.c.inc
Merge tag 'pull-ppc-20230918' of https://gitlab.com/danielhb/qemu into staging
[mirror_qemu.git] / fpu / softfloat-parts.c.inc
2023-09-19 Stefan HajnocziMerge tag 'pull-ppc-20230918' of https://gitlab.com...
2023-09-19 Stefan HajnocziMerge tag 'net-pull-request' of https://github.com...
2023-09-19 Stefan HajnocziMerge tag 'pull-tcg-20230915-2' of https://gitlab.com...
2023-09-16 Richard Hendersonfpu: Handle m68k extended precision denormals properly
2023-07-01 Richard HendersonMerge tag 'pull-tcg-20230701' of https://gitlab.com...
2023-07-01 Richard Hendersonfpu: Add float64_to_int{32,64}_modulo
2022-10-18 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-10-18 Stefan HajnocziMerge tag 'pull-ppc-20221017' of https://gitlab.com...
2022-10-17 Stefan HajnocziMerge tag 'pull-loongarch-20221017' of https://gitlab...
2022-10-17 Song Gaosoftfloat: logB(0) should raise divideByZero exception
2022-09-02 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2022-09-02 Stefan HajnocziMerge tag 'char-pull-request' of https://gitlab.com...
2022-09-01 Stefan HajnocziMerge tag 'pull-avr-20220901' of https://gitlab.com...
2022-09-01 Stefan HajnocziMerge tag 'pull-ppc-20220831' of https://gitlab.com...
2022-08-31 Lucas Mateus Castr... fpu: Add rebias bool, value and operation
2022-04-27 Richard HendersonMerge tag 'kraxel-20220427-pull-request' of git://git...
2022-04-27 Richard HendersonMerge tag 'pull-tcg-20220426' of https://gitlab.com...
2022-04-27 Richard Hendersonsoftfloat: Use FloatRelation within partsN_compare
2021-12-17 Richard HendersonMerge tag 'trivial-branch-for-7.0-pull-request' of...
2021-12-17 Richard HendersonMerge tag 'pull-ppc-20211217' of https://github.com...
2021-12-17 Richard Hendersonsoftfloat: Add flag specific to signaling nans
2021-12-17 Richard Hendersonsoftfloat: Add flag specific to convert non-nan to int
2021-12-17 Richard Hendersonsoftfloat: Add flag specific to sqrt(-x)
2021-12-17 Richard Hendersonsoftfloat: Add flags specific to Inf / Inf and 0 / 0
2021-12-17 Richard Hendersonsoftfloat: Add flag specific to Inf * 0
2021-12-17 Richard Hendersonsoftfloat: Add flag specific to Inf - Inf
2021-10-30 Richard HendersonMerge remote-tracking branch 'remotes/armbru/tags/pull...
2021-10-29 Richard HendersonMerge remote-tracking branch 'remotes/ehabkost/tags...
2021-10-29 Richard HendersonMerge remote-tracking branch 'remotes/alistair23/tags...
2021-10-29 Chih-Min Chaosoftfloat: add APIs to handle alternative sNaN propagat...
2021-06-04 Peter MaydellMerge remote-tracking branch 'remotes/jasowang/tags...
2021-06-04 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-06-03 Richard Hendersonsoftfloat: Convert modrem operations to FloatParts
2021-06-03 Richard Hendersonsoftfloat: Move floatN_log2 to softfloat-parts.c.inc
2021-06-03 Richard Hendersonsoftfloat: Adjust parts_uncanon_normal for floatx80
2021-06-03 Richard Hendersonsoftfloat: Reduce FloatFmt
2021-06-03 Richard Hendersonsoftfloat: Split out parts_uncanon_normal
2021-06-03 Richard Hendersonsoftfloat: Move sqrt_float to softfloat-parts.c.inc
2021-06-03 Richard Hendersonsoftfloat: Move scalbn_decomposed to softfloat-parts...
2021-06-03 Richard Hendersonsoftfloat: Move compare_floats to softfloat-parts.c.inc
2021-06-03 Richard Hendersonsoftfloat: Move minmax_flags to softfloat-parts.c.inc
2021-06-03 Richard Hendersonsoftfloat: Move uint_to_float to softfloat-parts.c.inc
2021-06-03 Richard Hendersonsoftfloat: Move int_to_float to softfloat-parts.c.inc
2021-06-03 Richard Hendersonsoftfloat: Move round_to_uint_and_pack to softfloat...
2021-06-03 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2021-06-03 Richard Hendersonsoftfpu: Add float_round_to_odd_inf
2021-05-28 Peter MaydellMerge remote-tracking branch 'remotes/jasowang/tags...
2021-05-21 Peter MaydellMerge remote-tracking branch 'remotes/vsementsov/tags...
2021-05-21 Peter MaydellMerge remote-tracking branch 'remotes/ericb/tags/pull...
2021-05-20 Peter MaydellMerge remote-tracking branch 'remotes/bsdimp/tags/pull...
2021-05-20 Peter MaydellMerge remote-tracking branch 'remotes/stsquad/tags...
2021-05-19 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2021-05-18 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2021-05-18 Peter MaydellMerge remote-tracking branch 'remotes/nvme/tags/nvme...
2021-05-18 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-05-17 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-05-16 Richard Hendersonsoftfloat: Move round_to_int_and_pack to softfloat...
2021-05-16 Richard Hendersonsoftfloat: Move round_to_int to softfloat-parts.c.inc
2021-05-16 Richard Hendersonsoftfloat: Move div_floats to softfloat-parts.c.inc
2021-05-16 Richard Hendersonsoftfloat: Move muladd_floats to softfloat-parts.c.inc
2021-05-16 Richard Hendersonsoftfloat: Move mul_floats to softfloat-parts.c.inc
2021-05-16 Richard Hendersonsoftfloat: Move addsub_floats to softfloat-parts.c.inc
2021-05-16 Richard Hendersonsoftfloat: Move round_canonical to softfloat-parts...
2021-05-16 Richard Hendersonsoftfloat: Move sf_canonicalize to softfloat-parts...
2021-05-16 Richard Hendersonsoftfloat: Move pick_nan_muladd to softfloat-parts...
2021-05-16 Richard Hendersonsoftfloat: Move pick_nan to softfloat-parts.c.inc
2021-05-16 Richard Hendersonsoftfloat: Move return_nan to softfloat-parts.c.inc