abrown opened PR #2216 from iabs
to main
:
This completes the implementation of packed arithmetic in the x64 backend and enables the associated spec tests. @bnjbvr, I also disabled
simd_const.wast
in the final commit since it is now failing (stack_store
?); you may have been discussing this in the Cranelift meeting but I was having audio issues early on so I missed parts of that.
abrown updated PR #2216 from iabs
to main
:
This completes the implementation of packed arithmetic in the x64 backend and enables the associated spec tests. @bnjbvr, I also disabled
simd_const.wast
in the final commit since it is now failing (stack_store
?); you may have been discussing this in the Cranelift meeting but I was having audio issues early on so I missed parts of that.
abrown requested bnjbvr for a review on PR #2216.
bnjbvr submitted PR Review.
bnjbvr submitted PR Review.
bnjbvr created PR Review Comment:
Can you add at least one test for every new SSE opcode, please?
bnjbvr created PR Review Comment:
can you add a
panic!
orunimplemented
in the else case, please? It would be better not to silently lower nothing for an opcode in general.
abrown updated PR #2216 from iabs
to main
:
This completes the implementation of packed arithmetic in the x64 backend and enables the associated spec tests. @bnjbvr, I also disabled
simd_const.wast
in the final commit since it is now failing (stack_store
?); you may have been discussing this in the Cranelift meeting but I was having audio issues early on so I missed parts of that.
abrown merged PR #2216.
Last updated: Nov 22 2024 at 17:03 UTC