Updated meshoptimizer.

This commit is contained in:
Бранимир Караџић
2019-11-26 22:52:47 -08:00
parent c04b923860
commit ea6153796c
9 changed files with 1404 additions and 169 deletions

View File

@@ -420,7 +420,8 @@ static unsigned char kDecodeBytesGroupCount[256];
#ifdef EMSCRIPTEN
__attribute__((cold)) // this saves 500 bytes in the output binary - we don't need to vectorize this loop!
#endif
static bool decodeBytesGroupBuildTables()
static bool
decodeBytesGroupBuildTables()
{
for (int mask = 0; mask < 256; ++mask)
{