mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Remove MA_ALIGN.
This commit is contained in:
-11
@@ -1607,17 +1607,6 @@ typedef ma_uint16 wchar_t;
|
|||||||
#endif
|
#endif
|
||||||
#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. */
|
/* SIMD alignment in bytes. Currently set to 64 bytes in preparation for future AVX-512 optimizations. */
|
||||||
#define MA_SIMD_ALIGNMENT 64
|
#define MA_SIMD_ALIGNMENT 64
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user