We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793ded7 commit 5d308afCopy full SHA for 5d308af
clang/test/Sema/aarch64-sve-vector-trig-ops.c
@@ -25,7 +25,7 @@ svfloat32_t test_atan_vv_i8mf8(svfloat32_t v) {
25
svfloat32_t test_atan2_vv_i8mf8(svfloat32_t v) {
26
27
return __builtin_elementwise_atan2(v, v);
28
- // expected-error@-1 {{1st argument must be a floating point type}}
+ // expected-error@-1 {{1st argument must be a vector, integer or floating point type}}
29
}
30
31
svfloat32_t test_sin_vv_i8mf8(svfloat32_t v) {
0 commit comments