fix: arm64 for code below,
authoryu.dongliang <18588496441@163.com>
Thu, 29 Jun 2023 14:06:49 +0000 (22:06 +0800)
committeryu.dongliang <18588496441@163.com>
Thu, 29 Jun 2023 14:06:52 +0000 (22:06 +0800)
commitf8036bacb8f3e9f18207e4bae87bafc89aedb1f2
treeee733d2bf0cd89a2cf209870943dcf8b10faec9f
parent2b53562cc763d3e351770f1a80c874bcfe6620d1
fix: arm64 for code below,
bit xor(bit x, bit y)
{
return (x | y) & ~(x & y);
}
core/scf_type_cast.c
native/risc/scf_arm64.c
native/risc/scf_risc_inst.c