summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/pr36992-1.c
blob: 7cd24cccf3ed2cedca08a15df1236415396d975d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* { dg-do compile }
/* { dg-options "-O2 -msse2" } */

#include <emmintrin.h>

__m128i
test (__m128i b)
{
  return _mm_move_epi64 (b);
}

/* { dg-final { scan-assembler-times "movq\[ \\t\]+.*%xmm" 1 } } */