Don't accidentally detect the commit hash as an fadd
instruction
This commit is contained in:
parent
fa6d1e7512
commit
58d62fc271
@ -31,3 +31,7 @@ unsafe fn without_avx(x: __m256) -> __m256 {
|
|||||||
};
|
};
|
||||||
add(x, x)
|
add(x, x)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Don't allow the above CHECK-NOT to accidentally match a commit hash in the
|
||||||
|
// compiler version.
|
||||||
|
// CHECK-LABEL: rustc version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user