Guest User

Untitled

a guest
Jun 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. /* The Intel API is flexible enough that we must allow aliasing with other
  2. vector types, and their scalar components. */
  3. typedef float __m128 __attribute__ ((__vector_size__ (16), __may_alias__));
Add Comment
Please, Sign In to add comment