abrown edited PR #1319 from fix-simd-types
to master
:
This is fixing up some unfinished parts of the bitcasting approach discussed in #1147. The commit messages have more details (many more details) but the bottom line is that without a new type representing Wasm's
v128
, cranelift needs someraw_bitcast
instructions strategically placed in order to type-check. This adds a few more of thoseraw_bitcast
s.
abrown updated PR #1319 from fix-simd-types
to master
:
This is fixing up some unfinished parts of the bitcasting approach discussed in #1147. The commit messages have more details (many more details) but the bottom line is that without a new type representing Wasm's
v128
, cranelift needs someraw_bitcast
instructions strategically placed in order to type-check. This adds a few more of thoseraw_bitcast
s.
sunfishcode submitted PR Review.
sunfishcode created PR Review Comment:
Please capitalize the first word of a sentence in a comment, and end it with a period if appropriate, as it is here.
sunfishcode submitted PR Review.
abrown updated PR #1319 from fix-simd-types
to master
:
This is fixing up some unfinished parts of the bitcasting approach discussed in #1147. The commit messages have more details (many more details) but the bottom line is that without a new type representing Wasm's
v128
, cranelift needs someraw_bitcast
instructions strategically placed in order to type-check. This adds a few more of thoseraw_bitcast
s.
abrown merged PR #1319.
Last updated: Nov 22 2024 at 17:03 UTC