mirror of
https://github.com/g-truc/glm.git
synced 2025-04-06 22:15:00 +00:00
Fixed clang build
This commit is contained in:
parent
a42f84ed47
commit
83ad80d6b4
1 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue