[PATCH] PPC enable Alitvec hardware, part 1

Steve Munroe sjmunroe@us.ibm.com
Sat Jan 10 20:31:00 GMT 2004


The attached patch provides base enabling for PowerPC Altivec (AKA VMX) 
and for versioning effected functions. 2.6.0 kernels provide a 
PPC_FEATURE_HAS_ALTIVEC status in the AT_HWCAP. We need to capture this 
status as a static flag (__has_altivec) so functions enabled for altivec 
can run safely on PowerPC hardware without the Altivec feature.

And now for the fun part. I think this requires a new glibc version 
because GLIBC_2.3.3 symbols are already defined for these 
(get/setcontext) functions in shipped distros.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ppcvmx-base-20040104.txt
URL: <http://sourceware.org/pipermail/libc-hacker/attachments/20040110/e5837e27/attachment.txt>


More information about the Libc-hacker mailing list