vp9_diamond_search_sad_neon: use DECLARE_ALIGNED
authorJames Zern <jzern@google.com>
Wed, 1 Feb 2023 21:27:06 +0000 (13:27 -0800)
committerJames Zern <jzern@google.com>
Wed, 1 Feb 2023 22:50:01 +0000 (14:50 -0800)
commit858a8c611f4c965078485860a6820e2135e6611b
treeae4afdf852b264210c0ee133eafe69a1e6860923
parent50e1b76e32894bfdb9b88dbd21e1cfe43ed7e921
vp9_diamond_search_sad_neon: use DECLARE_ALIGNED

rather than the gcc specific __attribute__((aligned())); fixes build
targeting ARM64 windows.

Bug: webm:1788
Change-Id: I2210fc215f44d90c1ce9dee9b54888eb1b78c99e
vp9/encoder/arm/neon/vp9_diamond_search_sad_neon.c