10 lines
351 B
Text
10 lines
351 B
Text
error: cannot use value of type `Foo<C>` for inline assembly
|
|
--> $DIR/generic_const_simd_vec_len.rs:15:27
|
|
|
|
|
LL | src = in(xmm_reg) a,
|
|
| ^
|
|
|
|
|
= note: only integers, floats, SIMD vectors, pointers and function pointers can be used as arguments for inline assembly
|
|
|
|
error: aborting due to 1 previous error
|
|
|