comparison gcc/testsuite/g++.dg/ext/pr57362.C @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
79 int foo(void) { return 1; } 79 int foo(void) { return 1; }
80 __attribute__((target("dispatch-scheduler"))) 80 __attribute__((target("dispatch-scheduler")))
81 int foo(void) { return 1; } 81 int foo(void) { return 1; }
82 __attribute__((target("prefer-avx128"))) 82 __attribute__((target("prefer-avx128")))
83 int foo(void) { return 1; } 83 int foo(void) { return 1; }
84 __attribute__((target("prefer-avx256"))) 84 __attribute__((target("prefer-vector-width=128")))
85 int foo(void) { return 1; }
86 __attribute__((target("prefer-vector-width=256")))
85 int foo(void) { return 1; } 87 int foo(void) { return 1; }
86 __attribute__((target("32"))) 88 __attribute__((target("32")))
87 int foo(void) { return 1; } 89 int foo(void) { return 1; }
88 __attribute__((target("64"))) 90 __attribute__((target("64")))
89 int foo(void) { return 1; } 91 int foo(void) { return 1; }