|
@@ -48,7 +48,7 @@ |
|
|
#define DECLARE_ASM_CONST(n,t,v) \ |
|
|
#define DECLARE_ASM_CONST(n,t,v) \ |
|
|
AV_PRAGMA(DATA_ALIGN(v,n)) \ |
|
|
AV_PRAGMA(DATA_ALIGN(v,n)) \ |
|
|
static const t __attribute__((aligned(n))) v |
|
|
static const t __attribute__((aligned(n))) v |
|
|
#elif defined(__GNUC__) |
|
|
|
|
|
|
|
|
#elif defined(__GNUC__) || defined(__clang__) |
|
|
#define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v |
|
|
#define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v |
|
|
#define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (n))) v |
|
|
#define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (n))) v |
|
|
#elif defined(_MSC_VER) |
|
|
#elif defined(_MSC_VER) |
|
|