aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2016-04-06 14:47:19 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2016-04-06 14:47:19 +0200
commit3866f8dd853af142535496ad0da9a5f26087e817 (patch)
treef9e52ca91c57890fcb31de6ac2fdfcf043d27c05 /gcc/ChangeLog
parentec35ea455c30c14700dbb7a2cbbd3379e0212e96 (diff)
downloadgcc-3866f8dd853af142535496ad0da9a5f26087e817.zip
gcc-3866f8dd853af142535496ad0da9a5f26087e817.tar.gz
gcc-3866f8dd853af142535496ad0da9a5f26087e817.tar.bz2
i386.c (ix86_simd_clone_compute_vecsize_and_simdlen): Add support for AVX512F clones...
* config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen): Add support for AVX512F clones, include them by default for exported OpenMP declare simd functions. For AVX2 allow simdlen 32 and use it if charasteric type is 8-bit, for AVX512F allow simdlen up to 128. * lib/target-supports.exp (check_effective_target_vect_simd_clones): Check for avx512f effective targets instead of avx2. * gcc.dg/gomp/declare-simd-1.c: Add scan-assembler-times directives for AVX512F clones. * gcc.dg/gomp/declare-simd-3.c: Likewise. * g++.dg/gomp/declare-simd-1.C: Likewise. * g++.dg/gomp/declare-simd-3.C: Likewise. * g++.dg/gomp/declare-simd-4.C: Likewise. From-SVN: r234780
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e31d7cf..0f7447c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,11 @@
2016-04-06 Jakub Jelinek <jakub@redhat.com>
+ * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
+ Add support for AVX512F clones, include them by default for
+ exported OpenMP declare simd functions. For AVX2 allow simdlen 32
+ and use it if charasteric type is 8-bit, for AVX512F allow simdlen
+ up to 128.
+
PR middle-end/70550
* tree.h (OMP_CLAUSE_FIRSTPRIVATE_IMPLICIT): Define.
* gimplify.c (gimplify_adjust_omp_clauses_1): Set it for implicit