Commit ad4041e4 authored by David Reid's avatar David Reid

Remove MA_ALIGN.

parent 6d711053
......@@ -1607,17 +1607,6 @@ typedef ma_uint16 wchar_t;
#endif
#endif
#if defined(_MSC_VER)
#if _MSC_VER >= 1400
#define MA_ALIGN(alignment) __declspec(align(alignment))
#endif
#elif !defined(__DMC__)
#define MA_ALIGN(alignment) __attribute__((aligned(alignment)))
#endif
#ifndef MA_ALIGN
#define MA_ALIGN(alignment)
#endif
/* SIMD alignment in bytes. Currently set to 64 bytes in preparation for future AVX-512 optimizations. */
#define MA_SIMD_ALIGNMENT 64
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment