macro_rules! const_m128 {
    ($fx4:expr) => { ... };
}
👎 Deprecated since 0.21.0:

use sse2::m128_from_f32x4() instead.