Commit dfce59eb by Andreas Tobler

avx512bw-vpermi2w-2.c: Fix includes to use actual headers.

    * gcc.target/i386/avx512bw-vpermi2w-2.c: Fix includes to use actual
    headers.
    * gcc.target/i386/avx512bw-vpermt2w-2.c: Likewise.
    * gcc.target/i386/avx512bw-vpmaddubsw-2.c: Likewise.
    * gcc.target/i386/avx512bw-vpmaddwd-2.c: Likewise.
    * gcc.target/i386/avx512dq-vfpclasspd-2.c: Likewise.
    * gcc.target/i386/avx512dq-vfpclassps-2.c: Likewise.
    * gcc.target/i386/avx512vbmi-vpermi2b-2.c: Likewise.
    * gcc.target/i386/avx512vbmi-vpermt2b-2.c: Likewise.

From-SVN: r222273
parent 3007f7e4
2015-04-21 Andreas Tobler <andreast@gcc.gnu.org>
* gcc.target/i386/avx512bw-vpermi2w-2.c: Fix includes to use actual
headers.
* gcc.target/i386/avx512bw-vpermt2w-2.c: Likewise.
* gcc.target/i386/avx512bw-vpmaddubsw-2.c: Likewise.
* gcc.target/i386/avx512bw-vpmaddwd-2.c: Likewise.
* gcc.target/i386/avx512dq-vfpclasspd-2.c: Likewise.
* gcc.target/i386/avx512dq-vfpclassps-2.c: Likewise.
* gcc.target/i386/avx512vbmi-vpermi2b-2.c: Likewise.
* gcc.target/i386/avx512vbmi-vpermt2b-2.c: Likewise.
2015-04-21 Jerry DeLisle <jvdelisle@gcc.gnu.org> 2015-04-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/56743 PR libgfortran/56743
......
...@@ -6,8 +6,9 @@ ...@@ -6,8 +6,9 @@
#include "avx512f-helper.h" #include "avx512f-helper.h"
#define SIZE (AVX512F_LEN / 16) #define SIZE (AVX512F_LEN / 16)
#include "math.h" #include <math.h>
#include "values.h" #include <limits.h>
#include <float.h>
#include "avx512f-mask-type.h" #include "avx512f-mask-type.h"
#define NUM 32 #define NUM 32
......
...@@ -6,8 +6,9 @@ ...@@ -6,8 +6,9 @@
#include "avx512f-helper.h" #include "avx512f-helper.h"
#define SIZE (AVX512F_LEN / 16) #define SIZE (AVX512F_LEN / 16)
#include "math.h" #include <math.h>
#include "values.h" #include <limits.h>
#include <float.h>
#include "avx512f-mask-type.h" #include "avx512f-mask-type.h"
#define NUM 32 #define NUM 32
......
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
#include "avx512f-helper.h" #include "avx512f-helper.h"
#include <math.h> #include <math.h>
#include <values.h> #include <limits.h>
#include <float.h>
#define SIZE (AVX512F_LEN / 16) #define SIZE (AVX512F_LEN / 16)
#include "avx512f-mask-type.h" #include "avx512f-mask-type.h"
......
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
#include "avx512f-helper.h" #include "avx512f-helper.h"
#include <math.h> #include <math.h>
#include <values.h> #include <limits.h>
#include <float.h>
#define SIZE (AVX512F_LEN / 32) #define SIZE (AVX512F_LEN / 32)
#include "avx512f-mask-type.h" #include "avx512f-mask-type.h"
......
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
#include "avx512f-helper.h" #include "avx512f-helper.h"
#include <math.h> #include <math.h>
#include <values.h> #include <limits.h>
#include <float.h>
#define SIZE (AVX512F_LEN / 64) #define SIZE (AVX512F_LEN / 64)
#include "avx512f-mask-type.h" #include "avx512f-mask-type.h"
......
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
#include "avx512f-helper.h" #include "avx512f-helper.h"
#include <math.h> #include <math.h>
#include <values.h> #include <limits.h>
#include <float.h>
#include "avx512f-mask-type.h" #include "avx512f-mask-type.h"
#define SIZE (AVX512F_LEN / 32) #define SIZE (AVX512F_LEN / 32)
......
...@@ -7,8 +7,9 @@ ...@@ -7,8 +7,9 @@
#include "avx512f-helper.h" #include "avx512f-helper.h"
#define SIZE (AVX512F_LEN / 8) #define SIZE (AVX512F_LEN / 8)
#include "math.h" #include <math.h>
#include "values.h" #include <limits.h>
#include <float.h>
#include "avx512f-mask-type.h" #include "avx512f-mask-type.h"
#define NUM 32 #define NUM 32
......
...@@ -7,8 +7,9 @@ ...@@ -7,8 +7,9 @@
#include "avx512f-helper.h" #include "avx512f-helper.h"
#define SIZE (AVX512F_LEN / 8) #define SIZE (AVX512F_LEN / 8)
#include "math.h" #include <math.h>
#include "values.h" #include <limits.h>
#include <float.h>
#include "avx512f-mask-type.h" #include "avx512f-mask-type.h"
#define NUM 32 #define NUM 32
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment