[ox/std] Add OX_ALIGN8

(synced from 7b7a8d75b4)
This commit is contained in:
2020-07-11 23:40:16 -05:00
parent 502ea0a92e
commit 43a7c3168f
+6
View File
@@ -25,3 +25,9 @@
#else
#define OX_ALIGN4 __attribute__((aligned(4)))
#endif
#ifdef _MSC_VER
#define OX_ALIGN8
#else
#define OX_ALIGN8 __attribute__((aligned(8)))
#endif