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

Fix incorrect extension dependency for Modf #3815

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

eilswe-arm
Copy link

See issue for details #3814

@CLAassistant
Copy link

CLAassistant commented Dec 16, 2024

CLA assistant check
All committers have signed the CLA.

@jeremy-lunarg
Copy link
Contributor

Can you submit a test that exercises this code path? As it stands, none of the existing tests are affected.

@jeremy-lunarg
Copy link
Contributor

It seems this condition should be unnecessary. If we have a half-precision operand, then wouldn't this capability have already been generated? Can't we just eliminate these two lines?

@eilswe-arm
Copy link
Author

After a look, I agree that the check is unnecessary, I removed it from the patch. I guess this removes the need for a test? There is already a test for 16bit float modf in glslang/Test/spv.float16.frag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants