Skip to content

Commit

Permalink
gni
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe committed Jan 10, 2025
1 parent 08dfb0d commit 55f22ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions glm/detail/qualifier.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,13 +240,15 @@ namespace detail
struct storage<3, unsigned int, true> : public storage<4, unsigned int, true>
{};

# if GLM_HAS_ALIGNOF
template<>
struct storage<3, double, true>
{
typedef struct alignas(4 * sizeof(double)) type {
double data[4];
} type;
};
# endif//GLM_HAS_ALIGNOF

# endif

Expand Down

0 comments on commit 55f22ef

Please sign in to comment.