We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b3556 commit 9cf2bb2Copy full SHA for 9cf2bb2
clang/test/Sema/aarch64-sve-vector-trig-ops.c
@@ -24,7 +24,7 @@ svfloat32_t test_atan_vv_i8mf8(svfloat32_t v) {
24
25
svfloat32_t test_atan2_vv_i8mf8(svfloat32_t v) {
26
27
- return __builtin_elementwise_atan2(v);
+ return __builtin_elementwise_atan2(v, v);
28
// expected-error@-1 {{1st argument must be a vector, integer or floating point type}}
29
}
30
0 commit comments