You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fanyang-mono
changed the title
Code duplication between amd64 and arm64 intrinsics
[Mono] Code duplication between amd64 and arm64 intrinsics
Sep 26, 2022
There is a lot of arm64 code inside mini-llvm.c that could be used for amd64. For example the OP_ARM64_XNEG:
runtime/src/mono/mono/mini/mini-llvm.c
Lines 10516 to 10533 in 2a74721
which could be used for emitting negation on amd64 as well. Maybe we could reorganize the code so that it could be used on other platforms as well.
The text was updated successfully, but these errors were encountered: