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

Support multiplication on Int32x4 #59816

Open
zing-ethan opened this issue Dec 27, 2024 · 1 comment
Open

Support multiplication on Int32x4 #59816

zing-ethan opened this issue Dec 27, 2024 · 1 comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. type-enhancement A request for a change that isn't a bug

Comments

@zing-ethan
Copy link

Given that it is already supported by Float32x4 and also by all major SIMD instruction sets including WASM, this seems like a no-brainer.

/// Multiplication operator.
Int32x4 operator *(Int32x4 other);
@dart-github-bot
Copy link
Collaborator

Summary: User requests adding Int32x4 multiplication operator, mirroring Float32x4 and common SIMD instruction set capabilities. This would improve performance.

@dart-github-bot dart-github-bot added area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. type-enhancement A request for a change that isn't a bug labels Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

2 participants