-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[mono][jit] arm64 neon opcodes #81026
Conversation
There is a codegen-test.c which can be used to test these, the idea is to add codegen macros to it, then run the output through an assembler, and disassembler, then look at it manually, or compare it with a file:
|
To be implemented in 81420. |
This adds macros for emitting arm64/neon opcodes to be used by mini JIT. FP16 and scalar are omitted for now. #80788