| 272 | { return vec_cmpeq(a, a); } |
| 273 | #endif |
| 274 | NPY_FINLINE npyv_b64 npyv_notnan_f64(npyv_f64 a) |
| 275 | { return vec_cmpeq(a, a); } |
| 276 | |
| 277 | // Test cross all vector lanes |
| 278 | // any: returns true if any of the elements is not equal to zero |
no outgoing calls
no test coverage detected