Chí-Thanh Christopher Nguyễn <chith...@gentoo.org> writes:

> Francisco Jerez schrieb:
>[...]
>> How about disabling AltiVec code generation by adding "-mno-altivec" to 
>> CXXFLAGS?  AFAICT what's going on is that the "-maltivec" option (which 
>> is implied by your "-mcpu=7450") enables a number of language
>> extensions as a side effect that collide with the C++ standard, which
>> is exacerbated by GCC's seemingly broken implementation.
>
> Then what is the purpose of the altivec code in cl_platform.h?
>
cl_platform.h is part of the standard CL headers provided by Khronos,
they're meant to be distributed along with mesa for OpenCL applications
to use, but the AltiVec code is not useful for the implementation
itself.

Attachment: pgphRMxmrflNb.pgp
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to