mirror of
https://github.com/g-truc/glm.git
synced 2025-04-07 22:40:17 +00:00
Removed __declspec(align(16)) committed by mistake #91
This commit is contained in:
parent
5f0c0a6f21
commit
dbb0e5a312
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ namespace glm{
|
|||
namespace detail
|
||||
{
|
||||
template <typename T, precision P>
|
||||
struct __declspec(align(16)) tvec4
|
||||
struct tvec4
|
||||
{
|
||||
enum ctor{_null};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue