URL details: godbolt.org/z/6dxcKr
URL title:
Compiler Explorer
URL description:
uint32x4_t libdivide_mullhi_u32_vec128(uint32x4_t a, uint32_t b) { // Desire is [x0, x1, x2, x3] uint32x4_t w1 = vreinterpretq_u32_u64(vmull_n_u32(vget_low_u32(a), b)); // [_, x0, _, x1] uint32x4_t w2 = vreinterpretq_u32_u64(vmull_high_n_u32(a, b)); //[_, x2, _, x3] return vuzp2q_u32(w1, w2); // [x0, x1, x2, x3] }
URL last crawled:
2022-06-24
URL speed:
1.120 MB/s,
downloaded in 0.080 seconds
We found no external links pointing to this url.