mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-08 01:36:47 +08:00
remove align16 macro
BUG=none TEST=none Review URL: http://webrtc-codereview.appspot.com/266012 git-svn-id: http://libyuv.googlecode.com/svn/trunk@70 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
parent
706fc412ad
commit
75988ad3a8
@ -42,11 +42,6 @@ static void SplitUV_NEON(const uint8* src_uv,
|
||||
|
||||
#elif (defined(WIN32) || defined(__x86_64__) || defined(__i386__)) \
|
||||
&& !defined(COVERAGE_ENABLED) && !defined(TARGET_IPHONE_SIMULATOR)
|
||||
#if defined(_MSC_VER)
|
||||
#define TALIGN16(t, var) static __declspec(align(16)) t _ ## var
|
||||
#else
|
||||
#define TALIGN16(t, var) t var __attribute__((aligned(16)))
|
||||
#endif
|
||||
|
||||
#if defined(WIN32) && !defined(COVERAGE_ENABLED)
|
||||
#define HAS_SPLITUV_SSE2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user