diff --git a/Numeric/RegisterSizes.hpp b/Numeric/RegisterSizes.hpp index 2c0363595..c0a86b92f 100644 --- a/Numeric/RegisterSizes.hpp +++ b/Numeric/RegisterSizes.hpp @@ -19,7 +19,7 @@ namespace CPU { /// Provides access to all intermediate parts of a larger int. -template union RegisterPair { +template union alignas(Full) RegisterPair { RegisterPair(Full v) : full(v) {} RegisterPair() {}