0

I have a few intrinsic datatypes __m128, __m128i that have either been on the left side of the assignment OR as parameters. I am in the process of converting the SSE code to NEON (for deployment on iOS) but I am unable to find the analogous data types for these (and other) SSE datatypes.

(References and links pointing to relevant material will be greatly appreciated.)

p0lAris
  • 4,750
  • 8
  • 45
  • 80

1 Answers1

0

If they were simple movs, data types don't matter; Assigning quad vectors will do.

And If not, NEON dosen't support any kind of 128bit data. No luck here.

Jake 'Alquimista' LEE
  • 6,197
  • 2
  • 17
  • 25