This is the mail archive of the gcc@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: altivec amusement


>>>>> "Brad" == Brad Lucier <lucier@math.purdue.edu> writes:

 > I tried to port a code that uses AltiVec heavily, originally compiled with
 > CodeWarrior, to MacOS X using gcc-3.1 CVS.  I got an ICE (in emit_move_insn,
 > at expr.c:2748, if anyone's interested), but unfortunately I'll have to work
 > hard to see if I can come up with another test case, I can't just
 > post the code.

Reduce the testcase to the absolute bare reproducible minimum and
send me the .i.

 > What was amusing to me was to see the size of the .i file compared to the
 > c file: 20687949 bytes versus 12914 bytes.  It's going to be interesting
 > reading through the .i files that come with AltiVec test cases!

.i's are not meant for humans in altivec.

Aldy


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