mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-24 01:09:26 +00:00
improv(compiler) Enabled aarch64 tests
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user