blob: 8b86c764941be27b385abd3e03bdf6126f3c0329 (
plain)
1
2
3
4
5
6
7
8
|
/* { dg-do run } */
/* { dg-require-effective-target avx } */
/* { dg-options "-O2 -mfpmath=sse -mavx" } */
#define CHECK_H "avx-check.h"
#define TEST avx_test
#include "sse2-punpckhqdq-1.c"
|