Re: [PATCH, rs6000] Add __ieee128 argument support to the scalar_cmp_exp family of builtins

2018-10-25 Thread Segher Boessenkool
Hi Carl, On Wed, Oct 24, 2018 at 12:44:23PM -0700, Carl Love wrote: > The scalar_cmp_exp_eq, scalar_cmp_lt, scalar_cmp_gt, > scalar_cmp_unordered are missing support for the _ieee128 arguments. > This patch adds the missing support and a test file for the builtins > for both _ieee128 and double a

[PATCH, rs6000] Add __ieee128 argument support to the scalar_cmp_exp family of builtins

2018-10-24 Thread Carl Love
GCC Maintainers: The scalar_cmp_exp_eq, scalar_cmp_lt, scalar_cmp_gt, scalar_cmp_unordered are missing support for the _ieee128 arguments. This patch adds the missing support and a test file for the builtins for both _ieee128 and double arguments. I have tested the attached patch on  powerpc64l