Don't accidentally detect the commit hash as an fadd instruction

This commit is contained in:
Zalathar 2023-10-10 16:59:49 +11:00
parent fa6d1e7512
commit 58d62fc271

View File

@ -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