Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wasm] Implement integer log2 in jiterpreter #84068

Merged
merged 1 commit into from
Mar 29, 2023
Merged

Conversation

kg
Copy link
Member

@kg kg commented Mar 29, 2023

This intrinsic wasn't implemented along with clz/ctz/popcnt since it's a bit more complex, but it gets used in parts of browser-bench among other places

@kg kg added arch-wasm WebAssembly architecture area-Codegen-Jiterpreter-mono labels Mar 29, 2023
@ghost ghost assigned kg Mar 29, 2023
@ghost
Copy link

ghost commented Mar 29, 2023

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

This intrinsic wasn't implemented along with clz/ctz/popcnt since it's a bit more complex, but it gets used in parts of browser-bench among other places

Author: kg
Assignees: -
Labels:

arch-wasm, area-Codegen-Jiterpreter-mono

Milestone: -

@kg kg merged commit 8ca896c into dotnet:main Mar 29, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Apr 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants