summaryrefslogtreecommitdiff
path: root/src/JSystem/JMath/JMATrigonometric.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-12-02 18:38:12 -0500
committerGitHub <noreply@github.com>2025-12-02 15:38:12 -0800
commitcabc7039696f73e8216b629b79b3363f2e91865c (patch)
treeaefa0c25771a13e6bbc6ec631f6612db58b54515 /src/JSystem/JMath/JMATrigonometric.cpp
parent9a69fa38c720fb118bbaa4862dda3b313e360764 (diff)
J3DShapeDraw and J3DSkinDeform OK (#2908)
Diffstat (limited to 'src/JSystem/JMath/JMATrigonometric.cpp')
-rw-r--r--src/JSystem/JMath/JMATrigonometric.cpp6
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