Clamping small float4 components to 0

Rather than using 4 if() statements, is there an intrinsic (or just faster) way to clamp all 4 components in a float4 below some value to 0.0f? If it’s in appendix B.1, I’m just missing it.