i386-c.c (ix86_target_macros_internal): Remove duplicate check (__CLZERO__).
gcc/ * config/i386/i386-c.c (ix86_target_macros_internal): Remove duplicate check (__CLZERO__). From-SVN: r231688
This commit is contained in:
parent
c11a5508fb
commit
36e24655dd
@ -1,3 +1,8 @@
|
||||
2015-12-16 Kirill Yukhin <kirill.yukhin@intel.com>
|
||||
|
||||
* config/i386/i386-c.c (ix86_target_macros_internal): Remove
|
||||
duplicate check (__CLZERO__).
|
||||
|
||||
2015-12-16 Matthew Wahab <matthew.wahab@arm.com>
|
||||
|
||||
* config/arm/arm_neon.h (vqrdmlahq_lane_s16): New.
|
||||
|
@ -439,8 +439,6 @@ ix86_target_macros_internal (HOST_WIDE_INT isa_flag,
|
||||
def_or_undef (parse_in, "__CLWB__");
|
||||
if (isa_flag & OPTION_MASK_ISA_MWAITX)
|
||||
def_or_undef (parse_in, "__MWAITX__");
|
||||
if (isa_flag & OPTION_MASK_ISA_CLZERO)
|
||||
def_or_undef (parse_in, "__CLZERO__");
|
||||
if (TARGET_IAMCU)
|
||||
{
|
||||
def_or_undef (parse_in, "__iamcu");
|
||||
|
Loading…
Reference in New Issue
Block a user