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>
Mon, 22 Dec 2025 15:56:32 +0000 (23:56 +0800)
commite57898e43afd7c75e754d3584b5bcb3c170ccfb3
treeee733d2bf0cd89a2cf209870943dcf8b10faec9f
parent2c69975527ab183b9b762ab27843a87e282ff724
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