This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[altivec] vec_unpack2sh/sl/uh/ul ??
- From: Zack Weinberg <zack at codesourcery dot com>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 22 Nov 2002 11:52:24 -0800
- Subject: [altivec] vec_unpack2sh/sl/uh/ul ??
I've got some old code here that makes use of the functions
vec_unpack2sh, vec_unpack2sl, vec_unpack2uh, and vec_unpack2ul. Am I
right in thinking that these can be search-and-replaced with
vec_unpackh and vec_unpackl?
zw