1 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
2 /* { dg-options "-O2 -msse3" } */
4 /* Verify that they work in both 32bit and 64bit. */
9 foo (char *p
, int x
, int y
, int z
)
11 _mm_monitor (p
, y
, x
);
16 bar (char *p
, long x
, long y
, long z
)
18 _mm_monitor (p
, y
, x
);
25 _mm_monitor (p
, 0, 0);