improv(compiler) Enabled aarch64 tests

This commit is contained in:
ptitSeb
2021-12-13 12:42:41 +01:00
parent 69478cd575
commit 26d334f4ac
2 changed files with 4 additions and 1 deletions

View File

@ -69,7 +69,7 @@ impl Compiler for SinglepassCompiler {
))
}
}
if target.triple().architecture != Architecture::X86_64
if target.triple().architecture == Architecture::X86_64
&& !target.cpu_features().contains(CpuFeature::AVX)
{
return Err(CompileError::UnsupportedTarget(