comparison gcc/testsuite/gcc.dg/vect/vect-tail-nomask-1.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* { dg-do run } */
2 /* { dg-require-weak "" } */ 1 /* { dg-require-weak "" } */
2 /* { dg-skip-if "No undefined weak" { hppa*-*-hpux* && { ! lp64 } } } */
3 /* { dg-skip-if "No undefined weak" { nvptx-*-* } } */
4 /* { dg-additional-options "-Wl,-undefined,dynamic_lookup" { target *-*-darwin* } } */
5 /* { dg-additional-options "-Wl,-flat_namespace" { target *-*-darwin[89]* } } */
3 /* { dg-additional-options "--param vect-epilogues-nomask=1 -mavx2" { target avx2_runtime } } */ 6 /* { dg-additional-options "--param vect-epilogues-nomask=1 -mavx2" { target avx2_runtime } } */
4 7
5 #define SIZE 1023 8 #define SIZE 1023
6 #define ALIGN 64 9 #define ALIGN 64
7 10