mbox series

[v2,0/4] ppc/translate: Fix unordered f64/f128 comparisons

Message ID 20201110105321.25889-1-thatlemon@gmail.com (mailing list archive)
Headers show
Series ppc/translate: Fix unordered f64/f128 comparisons | expand

Message

Giuseppe Musacchio Nov. 10, 2020, 10:53 a.m. UTC
Fix a couple of problems found in the emulation of f64/f128 comparisons plus
some minimal self-contained commits to clean-up some code.

Is it too late to ask for inclusion in the upcoming release?

Giuseppe Musacchio (4):
  ppc/translate: Fix unordered f64/f128 comparisons
  ppc/translate: Turn the helper macros into functions
  ppc/translate: Delay NaN checking after comparison
  ppc/translate: Raise exceptions after setting the cc

 target/ppc/fpu_helper.c | 212 +++++++++++++++++++++++-----------------
 1 file changed, 121 insertions(+), 91 deletions(-)