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 - declaring variables named vec_madd and vec_vmaddfp


>>>>> "Zack" == Zack Weinberg <zack@codesourcery.com> writes:

 > I've got a test case here that expects
 > #include <altivec.h>

 > /* variables with external-linkage */
 > extern int vec_madd;
 > extern short vec_vmaddfp;

Don't do that.

 > 1) Do we care?  This test suite is pretty old, dating from the time
 >    when vec_madd and vec_vmaddfp were built in functions by those
 >    names, and you didn't even have to include altivec.h.

Not at all.

 > 2) If we do care, what do we do about it?

We don't ;-).

Aldy


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