Re: ppc: testsuite: bfp: enable float128 for __ieee128

2022-04-14 Thread Segher Boessenkool
On Wed, Apr 13, 2022 at 08:58:18PM -0300, Alexandre Oliva wrote: > > Multiple bfp tests expect -mcpu=power[89] to enable the __ieee128 > type, but on targets that #define TARGET_FLOAT128_ENABLE_TYPE 0, that > is not the case. Since they are compile-time tests and effective > target support for po

ppc: testsuite: bfp: enable float128 for __ieee128

2022-04-13 Thread Alexandre Oliva via Gcc-patches
Multiple bfp tests expect -mcpu=power[89] to enable the __ieee128 type, but on targets that #define TARGET_FLOAT128_ENABLE_TYPE 0, that is not the case. Since they are compile-time tests and effective target support for powerpc_p9vector_ok is required, adding -mfloat128 is safe. This patch does