mirror of
https://github.com/g-truc/glm.git
synced 2025-04-13 00:33:01 +00:00
Fixed GCC build
This commit is contained in:
parent
688756b3e2
commit
89324cef0a
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ namespace detail
|
|||
template <glm::precision P>
|
||||
struct compute_bitfieldBitCountStep<uint32, P, tvec4, true>
|
||||
{
|
||||
template <glm::precision P>
|
||||
GLM_FUNC_QUALIFIER static tvec4<uint32, P> call(tvec4<uint32, P> const & v, uint32 Mask, uint32 Shift)
|
||||
{
|
||||
__m128i const set0 = v.data;
|
||||
|
|
Loading…
Add table
Reference in a new issue