blob: 17671ce6113defe8660b40c19ef9505f85d8f3ee [file] [log] [blame]
error[E0444]: platform-specific intrinsic has invalid number of arguments: found 0, expected 1
--> $DIR/platform-intrinsic-params.rs:3:5
|
LL | fn x86_mm_movemask_ps() -> i32; //~ERROR found 0, expected 1
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0444`.