未验证 提交 47bad717 编写于 作者: G github-actions[bot] 提交者: GitHub

Disabled SIMD operator intrinsics. (#83889)

Co-authored-by: NJan Dupej <jandupej@microsoft.com>
上级 00a1a9af
......@@ -1895,7 +1895,8 @@ emit_vector64_vector128_t (MonoCompile *cfg, MonoMethod *cmethod, MonoMethodSign
// FIXME: This limitation could be removed once everything here are supported by mini JIT on arm64
#ifdef TARGET_ARM64
if (!COMPILE_LLVM (cfg)) {
if (size != 16)
return NULL;
/*if (size != 16)
return NULL;
switch (id) {
case SN_get_One:
......@@ -1911,7 +1912,7 @@ emit_vector64_vector128_t (MonoCompile *cfg, MonoMethod *cmethod, MonoMethodSign
break;
default:
return NULL;
}
}*/
}
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册