10 lines
387 B
Plaintext
10 lines
387 B
Plaintext
error[E0444]: platform-specific intrinsic has invalid number of arguments: found 3, expected 1
|
|
--> $DIR/E0444.rs:18:5
|
|
|
|
|
LL | fn x86_mm_movemask_pd(x: f64x2, y: f64x2, z: f64x2) -> i32; //~ ERROR E0444
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|
|
For more information about this error, try `rustc --explain E0444`.
|