Don't accidentally detect the commit hash as an fadd
instruction
This commit is contained in:
parent
fa6d1e7512
commit
58d62fc271
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue