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

Should long vectors be supported on shader models that don't support native vectors? #371

Open
pow2clk opened this issue Jan 22, 2025 · 0 comments
Labels
active proposal Issues relating to active proposals

Comments

@pow2clk
Copy link
Member

pow2clk commented Jan 22, 2025

Which proposal does this relate to?
https://github.com/microsoft/hlsl-specs/blob/main/proposals/0026-hlsl-long-vector-type.md

Describe the issue or outstanding question.
Should long vectors be allowed for shader models that don't support native vectors? They could be supported through scalarization of the long vectors into individual scalar operations or 4 at a time loads and stores. It doesn't necessarily hinge on the question of whether this is a language feature or not, but if it is a language feature, it would ordinarily be expected to work on all shader models.

Additional context

A number of comments in PR #361 brushed up against this, but this is the comment that explicitly requested this issue: #361 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
active proposal Issues relating to active proposals
Projects
Status: No status
Status: Triaged
Development

No branches or pull requests

2 participants