mirror of
https://github.com/g-truc/glm.git
synced 2026-06-08 10:33:48 +00:00
Fixed clang build
This commit is contained in:
@@ -977,9 +977,9 @@ namespace findLSB
|
||||
{0x00000002, 1},
|
||||
// {0x80000000, 31}, // Clang generates an error with this
|
||||
{0x00010000, 16},
|
||||
{0xFFFF0000, 16},
|
||||
{0xFF000000, 24},
|
||||
{0xFF00FF00, 8},
|
||||
{0x7FFF0000, 16},
|
||||
{0x7F000000, 24},
|
||||
{0x7F00FF00, 8},
|
||||
{0x00000000, -1}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user