Revision 1654b2d6 target-arm/neon_helper.c

b/target-arm/neon_helper.c
726 726
NEON_VOP(mul_u16, neon_u16, 2)
727 727
#undef NEON_FN
728 728

  
729
/* Polynomial multiplication is like integer multiplcation except the
729
/* Polynomial multiplication is like integer multiplication except the
730 730
   partial products are XORed, not added.  */
731 731
uint32_t HELPER(neon_mul_p8)(uint32_t op1, uint32_t op2)
732 732
{

Also available in: Unified diff