Stream: cranelift

Topic: Issues from today's meeting


view this post on Zulip Alex Crichton (Apr 05 2023 at 20:46):

For those interested, I opened 2 issues related to what I was talking about in today's meeting:

At a high level this is a pretty simple issue where this module: (module (memory 1) (func (param i32) (result v128) local.get 0 v128.load32_splat ) ) generates this code by default on x86_64: $ car...
I did a bit of work recently to get a build of XNNPACK working with Wasmtime. My original motivation for doing this was that XNNPACK has been used as a benchmark to evaluate a number of changes to ...

Last updated: Oct 23 2024 at 20:03 UTC