Description[wasm] New implementation of popcnt and ctz.
This patch provides a new implementation of popcnt and ctz in the case
where the platform does not provide these instructions. Instead of
building a TF graph which implements it we now call a C function.
Additionally I turned on additional tests in test-run-wasm-64.cc
R=titzer@chromium.org
Committed: https://crrev.com/b4889f7d93720cebeb2c459fa8c7af0808837f2b
Cr-Commit-Position: refs/heads/master@{#35685}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|