2 typedef float __m128
__attribute__ ((__vector_size__ (16), __may_alias__
));
3 typedef __SIZE_TYPE__
size_t;
10 __m128
* volatile raddr
= &r
;
12 int main (int argc
, const char **argv
)
14 return 15 & (int)(size_t)raddr
;
19 __asm__ (".section .drectve\n"
20 " .ascii \" -aligncomm:_r,4\"\n"
21 " .ascii \" -aligncomm:r,4\"\n"
25 #if defined (__CYGWIN__) || defined (__MINGW32__)
This page took 0.05121 seconds and 4 git commands to generate.