aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/hreset-1.c
blob: 573513f8c583b2905891e5b94f01bc52c843c925 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile } */
/* { dg-options "-O2 -mhreset" } */
/* { dg-final { scan-assembler-times "eax"  1 } } */
/* { dg-final { scan-assembler-times "hreset\[ \\t\]+\[\$\]\?0"  1 } } */

#include <immintrin.h>

void foo(unsigned int eax)
{
  _hreset (eax);
}