[ox/std] Add OX_ALIGN8
This commit is contained in:
parent
740e0286d0
commit
7b7a8d75b4
6
deps/ox/src/ox/std/stddef.hpp
vendored
6
deps/ox/src/ox/std/stddef.hpp
vendored
@ -25,3 +25,9 @@
|
|||||||
#else
|
#else
|
||||||
#define OX_ALIGN4 __attribute__((aligned(4)))
|
#define OX_ALIGN4 __attribute__((aligned(4)))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#define OX_ALIGN8
|
||||||
|
#else
|
||||||
|
#define OX_ALIGN8 __attribute__((aligned(8)))
|
||||||
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user