PP: Address #737: accept 'h'/'H' floating-point suffix more broadly.
This commit is contained in:
parent
f67f9d7e4d
commit
b67b4a7072
8 changed files with 142 additions and 62 deletions
|
|
@ -687,7 +687,7 @@ void TParseVersions::doubleCheck(const TSourceLoc& loc, const char* op)
|
|||
}
|
||||
|
||||
#ifdef AMD_EXTENSIONS
|
||||
// Call for any operation needing GLSL float16 data-type support.
|
||||
// Call for any operation needing float16 data-type support.
|
||||
void TParseVersions::float16Check(const TSourceLoc& loc, const char* op, bool builtIn)
|
||||
{
|
||||
if (!builtIn) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue