Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

[wgsl-in] sign() incorrectly does not accept i32 arguments #2458

Closed
Andrewp2 opened this issue Aug 28, 2023 · 0 comments · Fixed by #2463
Closed

[wgsl-in] sign() incorrectly does not accept i32 arguments #2458

Andrewp2 opened this issue Aug 28, 2023 · 0 comments · Fixed by #2463
Labels
area: validation Validation of the IR kind: bug Something isn't working

Comments

@Andrewp2
Copy link

I believe the issue is right here:

| Mf::Sign

Sign can accept i32s per the WGSL spec: https://www.w3.org/TR/WGSL/#sign-builtin

@Andrewp2 Andrewp2 changed the title sign() incorrectly does not accept i32 arguments (WGSL) [wgsl-in] sign() incorrectly does not accept i32 arguments Aug 28, 2023
@teoxoy teoxoy added kind: bug Something isn't working area: validation Validation of the IR labels Aug 31, 2023
@teoxoy teoxoy added this to the WGSL Specification V1 milestone Aug 31, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: validation Validation of the IR kind: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants