Displaying 1 result from an estimated 1 matches for "duse_asm_altivec_restore".
2004 Oct 09
2
[PATCH] AltiVec Patch Updated for 1.1.1
Included is an updated patch against Flac 1.1.1. Although I can not be
certain, I believe that
it will function under Linux as well as Darwin. By default, the asm
versions of the functions
are disabled. However, if you are on a Darwin system, you may enable
them with:
CFLAGS=-DUSE_ASM_ALTIVEC_RESTORE ./configure
I have also included support to detect AltiVec and also PPC64
availability, which should work
with Linux as well. Since the restore function is mostly serial, the
scalar code may be faster on
the ppc970 in many cases. The same may be true for some of the 32 bit
functions. The PPC...