This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Intrinsics for ADCX


On 08/09/2012 05:21 AM, Michael Zolotukhin wrote:
> Changelog entry:
> 2012-08-09  Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
> 
>         * config/i386/adxintrin.h: Remove guarding __ADX__ check.
>         * config/i386/x86intrin.h: Likewise.
>         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Remove
>         OPTION_MASK_ISA_ADX from needed options for
>         __builtin_ia32_addcarryx_u32 and __builtin_ia32_addcarryx_u64.
>         (ix86_expand_builtin): Use add<mode>3_carry in expanding of
>         IX86_BUILTIN_ADDCARRYX32 and IX86_BUILTIN_ADDCARRYX64.
> 
> testsuite/Changelog entry:
> 2012-08-09  Michael Zolotukhin  <michael.v.zolotukhin@intel.com>
> 
>         * gcc.target/i386/adx-addxcarry32-3.c: New.
>         * gcc.target/i386/adx-addxcarry64-3.c: New.

Ok.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]