mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
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)
|
||||
}
|
||||
|
||||
// Don't allow the above CHECK-NOT to accidentally match a commit hash in the
|
||||
// compiler version.
|
||||
// CHECK-LABEL: rustc version
|
||||
|
Loading…
Reference in New Issue
Block a user