Stream: git-wasmtime

Topic: wasmtime / issue #5924 x64: Optimize store-of-extract-lane-0


view this post on Zulip Wasmtime GitHub notifications bot (Mar 09 2023 at 22:43):

alexcrichton commented on issue #5924:

Agreed! I hope to get to that next with the special casing and that way extracing i32x4 and storing wouldn't use movss but would instead use pextrd.

For AVX support this PR sort of conflicts with https://github.com/bytecodealliance/wasmtime/pull/5931, so I'll update this once that goes in and the helper will automatically use vmovs{s,d} for AVX.


Last updated: Oct 23 2024 at 20:03 UTC