]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* lib/target-supports.exp (check_effective_target_vect_simd_clones):
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Sep 2016 19:44:26 +0000 (19:44 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Sep 2016 19:44:26 +0000 (19:44 +0000)
Update comment to mention also avx512f.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@239999 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp

index d7640245e26c547110ddd71e58b7583b3d354684..a7c951b6a566ab1513cb35c6cfef1652e3c53a08 100644 (file)
@@ -1,5 +1,8 @@
 2016-09-05  Jakub Jelinek  <jakub@redhat.com>
 
+       * lib/target-supports.exp (check_effective_target_vect_simd_clones):
+       Update comment to mention also avx512f.
+
        PR sanitizer/77396
        * g++.dg/asan/pr77396-2.C: New test.
 
index 0dabea0850124947a7fe333e0b94c4077434f278..545b3dc38c9d57c63d67eb1abd069fdca7b00660 100644 (file)
@@ -2909,10 +2909,10 @@ proc check_effective_target_vect_simd_clones { } {
     } else {
        set et_vect_simd_clones_saved($et_index) 0
        if { [istarget i?86-*-*] || [istarget x86_64-*-*] } {
-           # On i?86/x86_64 #pragma omp declare simd builds a sse2, avx and
-           # avx2 clone.  Only the right clone for the specified arch will be
-           # chosen, but still we need to at least be able to assemble
-           # avx2.
+           # On i?86/x86_64 #pragma omp declare simd builds a sse2, avx, avx2
+           # and avx512f clone.  Only the right clone for the specified arch
+           # will be chosen, but still we need to at least be able to assemble
+           # avx512f.
            if { [check_effective_target_avx512f] } {
                set et_vect_simd_clones_saved($et_index) 1
            }