Add the missing file

From-SVN: r225377
This commit is contained in:
H.J. Lu 2015-07-03 06:08:35 -07:00
parent 2fd98c0acf
commit dba9842f05
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
/* { dg-do compile { target ia32 } } */
/* { dg-options "-O2 -miamcu" } */
/* Defining away "extern" and "__inline" results in all of them being
compiled as proper functions. */
#define extern
#define __inline
#include <x86intrin.h>