fn strip_float_suffix(intrinsic_name: &str) -> &str
Remove f16/f32/f64/f128 suffix, if any.
f16
f32
f64
f128
Also strip trailing f (indicates “float”), with an exception for “erf” to avoid removing that f.
f