mirror of
https://github.com/g-truc/glm.git
synced 2025-04-13 08:43:00 +00:00
Merge branch '0.9.1' into 0.9.2
This commit is contained in:
commit
7e8942759e
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ namespace glm
|
|||
)
|
||||
{
|
||||
GLM_STATIC_ASSERT(std::numeric_limits<genIUType>::is_integer, "'bitfieldExtract' only accept integer values");
|
||||
assert(Offset + Bits <= sizeof(genIUType));
|
||||
assert(Offset + Bits <= (sizeof(genIUType) << 3));
|
||||
|
||||
genIUType Result(0);
|
||||
if(std::numeric_limits<genIUType>::is_signed)
|
||||
|
|
Loading…
Add table
Reference in a new issue