blob: cdf17f694ff848943fc0f270da9366ce2434b893 (
plain)
1
2
3
4
5
6
7
8
|
/* { dg-do run } */
/* { dg-require-effective-target avx } */
/* { dg-options "-O2 -mavx -fno-strict-aliasing" } */
#define CHECK_H "avx-check.h"
#define TEST avx_test
#include "ssse3-phaddw.c"
|