Re: [PATCH 0/8] softfloat: Implement float128_muladd

2020-09-24 Thread David Hildenbrand
On 24.09.20 03:24, Richard Henderson wrote: > Plus assorted cleanups, passes tests/fp/fp-test. > I will eventually fill in ppc and s390x assembly bits. > Thanks for looking into this! Would have taken me ages to come up with that :) -- Thanks, David / dhildenb

[PATCH 0/8] softfloat: Implement float128_muladd

2020-09-23 Thread Richard Henderson
Plus assorted cleanups, passes tests/fp/fp-test. I will eventually fill in ppc and s390x assembly bits. r~ Richard Henderson (8): softfloat: Use mulu64 for mul64To128 softfloat: Use int128.h for some operations softfloat: Tidy a * b + inf return softfloat: Add float_cmask and constants