fill zero to rest lanes
| 289 | } |
| 290 | // fill zero to rest lanes |
| 291 | NPY_FINLINE npyv_s32 npyv_load2_tillz_s32(const npy_int32 *ptr, npy_uintp nlane) |
| 292 | { return (npyv_s32)npyv_load_tillz_s64((const npy_int64*)ptr, nlane); } |
| 293 | |
| 294 | //// 128-bit nlane |
| 295 | NPY_FINLINE npyv_s64 npyv_load2_till_s64(const npy_int64 *ptr, npy_uintp nlane, |
nothing calls this directly
no test coverage detected