Uh oh!
There was an error while loading. Please reload this page.
[Mono] Add initial arm64 hardware intrinsics support for mini JIT - #82420
Conversation
| // #ifdef TARGET_ARM64 | ||
| // if (!(cfg->compile_aot && cfg->full_aot && !cfg->interp)) | ||
| // return NULL; | ||
| // #endif |
There was a problem hiding this comment.
Temporary commented these lines out for testing on CI. Need to uncomment before merging.
vargaz
commented
Feb 21, 2023
The ios-arm64 failures look relevant: |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jandupej
commented
Mar 3, 2023
Could not reproduce the RegularExpressions failure on macos,arm64; anyway it seems unrelated. Other failures also seem unrelated. |
fanyang-mono
commented
Mar 6, 2023
Failures on |
fanyang-mono
commented
Mar 6, 2023
wasm failures on CI are not related to this PR. |
Micro benchmarks improvement due of this PR: |
The following has been added to mini JIT on arm64:
add.OP_STOREX_MEMBASE,OP_LOADX_MEMBASE,OP_XZERO,OP_XCONSTandOP_XMOVE.Contributes to #80566