>`] can be converted to the types provided by `std::arch` to make use of target-specific functions. Many targets simply don't have SIMD, or don't support SIMD for a particular element type. In those cases, regular scalar operations are generated instead. [^1]: `_mm_min_ps(x, y)` is equivalent to `x.simd_lt(y).select(x, y)`