/*
- * jsimd_powerpc64.c
+ * jsimd_powerpc.c
*
* Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
* Copyright 2009-2011, 2014 D. R. Commander
/* The code is optimised for these values only */
if (DCTSIZE != 8)
return 0;
- if (sizeof(DCTELEM) != 2)
+ if (sizeof(JCOEF) != 2)
return 0;
if (simd_support & JSIMD_ALTIVEC)
/* The code is optimised for these values only */
if (DCTSIZE != 8)
return 0;
- if (sizeof(DCTELEM) != 2)
+ if (sizeof(JCOEF) != 2)
return 0;
if (simd_support & JSIMD_ALTIVEC)