aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/3dnowA-3.c
blob: 7cd57af6a59394f1e0a7c152cb8094f029a3c869 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-options "-O0 -Werror-implicit-function-declaration -m3dnowa" } */

#include <mm3dnow.h>

__m64
foo (__m64 x, __m64 y)
{
  return _m_pfnacc (x, y);
}