Fix build android ndk r16b
This commit is contained in:
parent
6a6e311d81
commit
a9e16bd73a
1 changed files with 1 additions and 1 deletions
|
|
@ -5417,7 +5417,7 @@ void TParseContext::setLayoutQualifier(const TSourceLoc& loc, TPublicType& publi
|
||||||
if (! IsPow2(value))
|
if (! IsPow2(value))
|
||||||
error(loc, "must be a power of 2", "buffer_reference_align", "");
|
error(loc, "must be a power of 2", "buffer_reference_align", "");
|
||||||
else
|
else
|
||||||
publicType.qualifier.layoutBufferReferenceAlign = (unsigned int)std::log2(value);
|
publicType.qualifier.layoutBufferReferenceAlign = (unsigned int)log2(value);
|
||||||
if (nonLiteral)
|
if (nonLiteral)
|
||||||
error(loc, "needs a literal integer", "buffer_reference_align", "");
|
error(loc, "needs a literal integer", "buffer_reference_align", "");
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue