We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
graviola
1 parent cd848fb commit f26c70eCopy full SHA for f26c70e
1 file changed
build_system/tests.rs
@@ -215,8 +215,7 @@ const EXTENDED_SYSROOT_SUITE: &[TestCase] = &[
215
TestCase::custom("test.graviola", &|runner| {
216
let (arch, _) = runner.target_compiler.triple.split_once('-').unwrap();
217
218
- // FIXME: Disable `aarch64` until intrinsics are supported.
219
- if !["x86_64"].contains(&arch) {
+ if !["aarch64", "x86_64"].contains(&arch) {
220
eprintln!("Skipping `graviola` tests: unsupported target");
221
return;
222
}
0 commit comments