Changing row 3 of the table in N2213 from fM | _FloatMx if supported, else _FloatN for minimum N > M to fM | _FloatN for minimum N > M if supported, else _FloatMx and similarly for row 5. Also, change the examples f32add(f32, f32) f32addf32x(f32, f32) … f64div(f32x, f32x) f64divf64x(f32x, f32x) if _Float64x is supported, else f64divf128 to f32add(f32, f32) f32addf64(f32, f32) … f64div(f32x, f32x) f64divf128