diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-12-02 18:38:12 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-02 15:38:12 -0800 |
| commit | cabc7039696f73e8216b629b79b3363f2e91865c (patch) | |
| tree | aefa0c25771a13e6bbc6ec631f6612db58b54515 /src/JSystem/JMath/JMATrigonometric.cpp | |
| parent | 9a69fa38c720fb118bbaa4862dda3b313e360764 (diff) | |
J3DShapeDraw and J3DSkinDeform OK (#2908)
Diffstat (limited to 'src/JSystem/JMath/JMATrigonometric.cpp')
| -rw-r--r-- | src/JSystem/JMath/JMATrigonometric.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/JSystem/JMath/JMATrigonometric.cpp b/src/JSystem/JMath/JMATrigonometric.cpp index b6649594da..e037400994 100644 --- a/src/JSystem/JMath/JMATrigonometric.cpp +++ b/src/JSystem/JMath/JMATrigonometric.cpp @@ -70,10 +70,10 @@ struct TAsinAcosTable { namespace JMath { -TSinCosTable<13, f32> sincosTable_; +TSinCosTable<13, f32> sincosTable_ ATTRIBUTE_ALIGN(32); -TAtanTable atanTable_; +TAtanTable atanTable_ ATTRIBUTE_ALIGN(32); -TAsinAcosTable asinAcosTable_; +TAsinAcosTable asinAcosTable_ ATTRIBUTE_ALIGN(32); } // namespace JMath |
