James Zern 10f8b36146 msvs/tests: fix data alignment for asm tests
Replace DECLARE_ALIGNED_ with vpx_memalign()

DECLARE_ALIGNED (__declspec(align())) does not work as intended when
used on class data members:

Data in classes or structures is aligned within the class or structure
at the minimum of its natural alignment and the current packing setting
(from #pragma pack or the /Zp compiler option)

Change-Id: I304aaa6c3716fbfae24675ecf192f4b40787e83e
2012-08-31 10:23:32 -07:00
..
2012-07-25 17:11:16 -07:00
2012-07-20 14:29:35 -07:00
2012-05-24 09:38:39 -07:00
2012-07-24 10:48:44 +01:00
2012-06-23 11:20:41 -07:00
2012-07-23 16:19:05 -07:00