[PATCH] Update float 128-bit conversions

2022-09-12 Thread Michael Meissner via Gcc-patches
I had sent this out on Thrusday, but it doesn't seem to have gone out. This patch is a rewrite of the patch submitted on August 18th: | https://gcc.gnu.org/pipermail/gcc-patches/2022-August/599988.html This patch reworks the conversions between 128-bit binary floating point types. Previously, we

[PATCH] Update float 128-bit conversions

2022-09-08 Thread Michael Meissner via Gcc-patches
This patch is a rewrite of the patch submitted on August 18th: | https://gcc.gnu.org/pipermail/gcc-patches/2022-August/599988.html This patch reworks the conversions between 128-bit binary floating point types. Previously, we would call rs6000_expand_float128_convert to do all conversions. Now, w