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
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