blob: 8a01176dbbeee193fa58c76850495142746061a9 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0441]: unrecognized platform-specific intrinsic function: `x86_mm_adds_ep16`
--> $DIR/E0441.rs:18:5
|
LL | fn x86_mm_adds_ep16(x: i16x8, y: i16x8) -> i16x8; //~ ERROR E0441
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0441`.
|