comparison ppc/dsputil_altivec.h @ 5567:35cc7c922a76 libavcodec

Identifiers starting with underscores are reserved.
author diego
date Wed, 22 Aug 2007 12:41:16 +0000
parents ad0c45e0008c
children 204273dd0349
comparison
equal deleted inserted replaced
5566:bee74f94dafe 5567:35cc7c922a76
18 * You should have received a copy of the GNU Lesser General Public 18 * You should have received a copy of the GNU Lesser General Public
19 * License along with FFmpeg; if not, write to the Free Software 19 * License along with FFmpeg; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22 22
23 #ifndef _DSPUTIL_ALTIVEC_ 23 #ifndef DSPUTIL_ALTIVEC_H
24 #define _DSPUTIL_ALTIVEC_ 24 #define DSPUTIL_ALTIVEC_H
25 25
26 #include "dsputil_ppc.h" 26 #include "dsputil_ppc.h"
27 27
28 #ifdef HAVE_ALTIVEC 28 #ifdef HAVE_ALTIVEC
29 29
112 return vec_perm(first, second, mask); 112 return vec_perm(first, second, mask);
113 } 113 }
114 114
115 #endif /* HAVE_ALTIVEC */ 115 #endif /* HAVE_ALTIVEC */
116 116
117 #endif /* _DSPUTIL_ALTIVEC_ */ 117 #endif /* DSPUTIL_ALTIVEC_H */