[X86] Only allow f32, f64, or f80 to be used with 'f' inline assembly constraint.
Avoids crash when using i128. Gives better error than 'scalar-to-vector conversion failed' for other types.
Loading
Please register or sign in to comment
Avoids crash when using i128. Gives better error than 'scalar-to-vector conversion failed' for other types.