Stream: git-wasmtime

Topic: wasmtime / Issue #2272 X64 SIMD Support Status


view this post on Zulip Wasmtime GitHub notifications bot (Oct 06 2020 at 17:48):

jlb6740 opened Issue #2272:

Memory instruction opcode Status
v128.load 0x00 - [ ]
v128.load8x8_s 0x01 - [ ]
v128.load8x8_u 0x02
v128.load16x4_s 0x03
v128.load16x4_u 0x04
v128.load32x2_s 0x05
v128.load32x2_u 0x06
v128.load8_splat 0x07
v128.load16_splat 0x08
v128.load32_splat 0x09
v128.load64_splat 0x0a
v128.store 0x0b

view this post on Zulip Wasmtime GitHub notifications bot (Oct 06 2020 at 17:50):

jlb6740 edited Issue #2272:

Last Update: 10/6/2020

Memory instruction opcode Status
v128.load 0x00 --
v128.load8x8_s 0x01 --
v128.load8x8_u 0x02 --
v128.load16x4_s 0x03 --
v128.load16x4_u 0x04 --
v128.load32x2_s 0x05 --
v128.load32x2_u 0x06 --
v128.load8_splat 0x07 --
v128.load16_splat 0x08 --
v128.load32_splat 0x09 --
v128.load64_splat 0x0a --
v128.store 0x0b --
Basic operation opcode Status
v128.const 0x0c --
i8x16.shuffle 0x0d --
i8x16.swizzle 0x0e --

Last updated: Oct 23 2024 at 20:03 UTC