aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/m64-2.c
blob: 14d527da1f68bcd147bc374a0d92db6dc5d4c727 (plain)
1
2
3
4
5
6
7
8
/* APPLE LOCAL file 4505813 */
/* { dg-do compile { target i?86-*-* } } */
/* { dg-options "-msse2" } */

#include <xmmintrin.h>

const __m64 one __attribute__ ((aligned(16))) = { 0x0001000100010001LL };
/* { dg-final { scan-assembler-times "long\t65537" 2 } } */