Mercurial > audlegacy-plugins
changeset 2700:99dd09396885
killed the alac warning on amd64 too
author | Cristi Magherusan <majeru@atheme.org> |
---|---|
date | Tue, 10 Jun 2008 10:25:46 +0300 |
parents | e23ce346f239 |
children | 4b3fe27d5ca6 5df83337516f |
files | src/alac/alac.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/alac/alac.c Tue Jun 10 00:52:44 2008 +0200 +++ b/src/alac/alac.c Tue Jun 10 10:25:46 2008 +0300 @@ -263,7 +263,9 @@ } return i; } -#elif defined(__GNUC__) && (defined(_X86) || defined(__i386) || defined(i386)) + +#elif defined(__GNUC__) && (defined(_X86) || defined(__i386) || defined(i386) \ + || defined(_X86_64) || defined(__x86_64__) || defined(x86_64)) /* for some reason the unrolled version (below) is * actually faster than this. yay intel! */