Stream: git-wasmtime

Topic: wasmtime / PR #2312 CL/aarch64: implement the wasm SIMD p...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 23 2020 at 09:43):

julian-seward1 opened PR #2312 from arm64-simd-pminmax-round to main:

…structions

This patch implements, for aarch64, the following wasm SIMD extensions

Floating-point rounding instructions
https://github.com/WebAssembly/simd/pull/232

Pseudo-Minimum and Pseudo-Maximum instructions
https://github.com/WebAssembly/simd/pull/122

The changes are straightforward:

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Oct 23 2020 at 13:44):

julian-seward1 requested yurydelendik for a review on PR #2312.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 23 2020 at 15:49):

yurydelendik submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 23 2020 at 15:49):

yurydelendik created PR Review Comment:

Based on the referred PR and tests cases at simd_XX_pmin_pmax.wast's , the NaN behavior is different. I recommend to copy pmin(a, b) := b < a ? b : a definition language here is extract NaN propagation from it.

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

yurydelendik edited PR Review Comment.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 23 2020 at 16:13):

yurydelendik submitted PR Review.

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

julian-seward1 updated PR #2312 from arm64-simd-pminmax-round to main:

…structions

This patch implements, for aarch64, the following wasm SIMD extensions

Floating-point rounding instructions
https://github.com/WebAssembly/simd/pull/232

Pseudo-Minimum and Pseudo-Maximum instructions
https://github.com/WebAssembly/simd/pull/122

The changes are straightforward:

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

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

julian-seward1 updated PR #2312 from arm64-simd-pminmax-round to main:

…structions

This patch implements, for aarch64, the following wasm SIMD extensions

Floating-point rounding instructions
https://github.com/WebAssembly/simd/pull/232

Pseudo-Minimum and Pseudo-Maximum instructions
https://github.com/WebAssembly/simd/pull/122

The changes are straightforward:

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Oct 24 2020 at 08:57):

julian-seward1 updated PR #2312 from arm64-simd-pminmax-round to main:

…structions

This patch implements, for aarch64, the following wasm SIMD extensions

Floating-point rounding instructions
https://github.com/WebAssembly/simd/pull/232

Pseudo-Minimum and Pseudo-Maximum instructions
https://github.com/WebAssembly/simd/pull/122

The changes are straightforward:

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Oct 26 2020 at 08:57):

julian-seward1 updated PR #2312 from arm64-simd-pminmax-round to main:

…structions

This patch implements, for aarch64, the following wasm SIMD extensions

Floating-point rounding instructions
https://github.com/WebAssembly/simd/pull/232

Pseudo-Minimum and Pseudo-Maximum instructions
https://github.com/WebAssembly/simd/pull/122

The changes are straightforward:

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Oct 26 2020 at 09:37):

julian-seward1 merged PR #2312.


Last updated: Oct 23 2024 at 20:03 UTC