We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
VK-GL-CTS/external/vulkancts/modules/vulkan/binding_model/vktBindingStagesTests.cpp
Line 442 in 7d2299e
Hi,
While compiling this on QNX it raises the error:
vktBindingStagesTests.cpp:445:57: error: call of overloaded 'abs(float)' is ambiguous
cmath header must be included to avoid this error, stdlib.h do not declare std::abs for float argument, cmath does.
Thank you!
The text was updated successfully, but these errors were encountered:
std::abs is used twice in this module, next one is here:
vktBindingStagesTests.cpp:462:60: error: call of overloaded 'abs(float)' is ambiguous
Sorry, something went wrong.
No branches or pull requests
VK-GL-CTS/external/vulkancts/modules/vulkan/binding_model/vktBindingStagesTests.cpp
Line 442 in 7d2299e
Hi,
While compiling this on QNX it raises the error:
vktBindingStagesTests.cpp:445:57: error: call of overloaded 'abs(float)' is ambiguous
cmath header must be included to avoid this error, stdlib.h do not declare std::abs for float argument, cmath does.
Thank you!
The text was updated successfully, but these errors were encountered: