We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1618253 commit daffb7bCopy full SHA for daffb7b
include/hxcpp.h
@@ -68,11 +68,7 @@
68
#define HXCPP_ALIGN_FLOAT
69
#endif
70
71
-// Must allign allocs to 8 bytes to match floating point requirement?
72
-// Ints must br read on 4-byte boundary
73
-#if (!defined(HXCPP_ALIGN_FLOAT) && (defined(EMSCRIPTEN) || defined(GCW0)) )
74
- #define HXCPP_ALIGN_ALLOC
75
-#endif
+#define HXCPP_ALIGN_ALLOC
76
77
78
// Some compilers are over-enthusiastic about what they #define ...
0 commit comments