--- idct_altivec.s 2002/03/28 15:52:46 1.1 +++ idct_altivec.s 2002/09/10 23:05:49 1.4 @@ -1,3 +1,19 @@ +# Copyright (C) 2002 Guillaume Morin , Alcôve +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + .file "idct_vec_tmpl.c" gcc2_compiled.: .section ".data" @@ -71,7 +87,7 @@ stvx 31,1,0 lis 11,PreScale@ha lvx 12,0,3 - vspltisw 3,0 + vxor %v3,%v3,%v3 la 11,PreScale@l(11) lvx 0,0,11 addi 9,11,16 @@ -344,5 +360,5 @@ la 1,368(1) blr .Lfe1: - .size idct_vec,.Lfe1-idct_vec + .size idct_altivec,.Lfe1-idct_altivec .ident "GCC: (GNU) 2.95.3 20010111 (BLL/AltiVec prerelease/franzo/20010111)"