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] [4.2 projects] vectorize type conversions - 6/6


>
> Last part of the support for vectorization in the presence of data-types
of
> different sizes.
> This part adds support for vectorization of type promotion.
>

Attached below the complete patch for multiple-types+type-conversions
support (including parts 1-6).

> 4) modelling for the optabs and target-hooks for Altivec, and the sse
> modelling that rth contributed to autovect-branch.

I actually get the following error:
      /tmp/ccGSFrJv.s: Assembler messages:
      /tmp/ccGSFrJv.s:30: Error: invalid character '_' in mnemonic
wjen compiling these two testcases:
      vect-widen-mult-s16.c
      vect-widen-mult-sum.c

(I might have spoiled something when porting the sse patches from autovect
to mainline?)

dorit

(See attached file: multitypes.patch123456.feb17.txt)

Attachment: multitypes.patch123456.feb17.txt
Description: Text document


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