Stream: git-wasmtime

Topic: wasmtime / issue #3848 Migrate clz, ctz, popcnt, bitrev, ...


view this post on Zulip Wasmtime GitHub notifications bot (Feb 25 2022 at 16:55):

abrown commented on issue #3848:

One more thought: it might be worthwhile to check that all of the instructions ported here are covered by runtests.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 25 2022 at 19:40):

cfallin commented on issue #3848:

Updated, thanks!

One more thought: it might be worthwhile to check that all of the instructions ported here are covered by runtests.

Yep, I've verified that all of the bitops here are exercised by runtests; they actually caught a few bugs during porting.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 25 2022 at 19:41):

cfallin commented on issue #3848:

@abrown you probably want to take another look at the changes related to CmoveOr before I merge?


Last updated: Oct 23 2024 at 20:03 UTC