Function _mm_extract_ps
#[target_feature(enable = "sse4.1")]
pub const fn _mm_extract_ps(a: __m128, IMM8: i32) -> i32
Extracts a single-precision (32-bit) floating-point element from a,
selected with IMM8. The returned i32 stores the float's bit-pattern,
and may be converted back to a floating point number via casting.
Example
#
# use *;
#
# use *;
#