2015-12-10 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pcommit-1.c
blobdc4bc9dbd601233070a92fabeea287bec20ccab0
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mpcommit" } */
3 /* { dg-final { scan-assembler "pcommit" } } */
5 #include "x86intrin.h"
7 void
8 test_pcommit ()
10 _mm_pcommit ();