[PATCH] IBM Z: Introduce __LONG_DOUBLE_VX__ macro

Andreas Krebbel krebbel@linux.ibm.com
Fri Jan 8 08:35:07 GMT 2021


On 1/8/21 1:17 AM, Ilya Leoshkevich wrote:

> +  s390_def_or_undef_macro (
> +      pfile,
> +      [] (const struct cl_target_option *opts) { return TARGET_Z14_P (opts); },
> +      old_opts, opts, "__LONG_DOUBLE_VX__", "__LONG_DOUBLE_VX__");

Shouldn't this rather check TARGET_VXE_P instead?

Bye,

Andreas


More information about the Gcc-patches mailing list