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]

[AVX] PATCH: Rename AVX to AVX256


Hi,

I am checking in this patch to rename VALID_AVX_REG_MODE
to VALID_AVX256_REG_MODE and AVX_VEC_FLOAT_MODE_P
to AVX256_VEC_FLOAT_MODE_P.


H.J.
---
2008-04-10  H.J. Lu  <hongjiu.lu@intel.com>

        * config/i386/i386.h (VALID_AVX_REG_MODE): Renamed to ...
        (VALID_AVX256_REG_MODE): This.
        (AVX_VEC_FLOAT_MODE_P): Renamed to ...
        (AVX256_VEC_FLOAT_MODE_P): This.
        * config/i386/i386.c: Updated.
        * config/i386/sse.md: Likewise.

Attachment: 256.txt
Description: Text document


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