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: PATH: Add type to UNITS_PER_SIMD_WORD


On Mon, May 19, 2008 at 5:55 PM, H.J. Lu <hjl.tools@gmail.com> wrote:
>> My second patch will change UNITS_PER_SIMD_WORD.
>> Adding UNITS_PER_SIMD_WORD_TYPE means we
>> have 2 ways to define the same value. It isn't my preference.
>> But I can go either way.
>
> Hi,
>
> This patch adds type to UNITS_PER_SIMD_WORD. It is needed by
> AVX:
>
> http://gcc.gnu.org/ml/gcc-patches/2008-05/msg01133.html
>
> OK for trunk after testing on Linux/ia32, Linux/ia64 and Linux/Intel64?


I think the following FIXME should be kept though:

-  /* FORNOW: Only a single vector size per target (UNITS_PER_SIMD_WORD)
-     is expected.  */

But changed to be per type instead of per target.

Thanks,
Andrew Pinski


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