blob: 5de3ee6654ad9c47d400f9f0a905a52ae47b35fc [file] [log] [blame]
error: argument 3 is required to be a constant
--> $DIR/const_arg_promotable.rs:9:5
|
LL | _mm_clmulepi64_si128(a, b, *&mut 42)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error