pub const unsafe fn simd_div<T>(lhs: T, rhs: T) -> T
core_intrinsics)
Divides lhs by rhs elementwise.
T must be a vector of integers or floats.
For integers, rhs must not contain any zero elements. Additionally for signed integers, <int>::MIN / -1 is undefined behavior.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/intrinsics/simd/fn.simd_div.html