fdct_partial_neon.c: work around VS2022 Arm64 issue
authorJames Zern <jzern@google.com>
Tue, 23 May 2023 22:49:29 +0000 (15:49 -0700)
committerJames Zern <jzern@google.com>
Tue, 23 May 2023 22:52:05 +0000 (15:52 -0700)
commit95b56ab7df669ec5dd29c283fa5bf6d38c2df5d1
treef9b4b2b1997accf8be65e7b148af2245e0a9a34c
parent62d09a3e94ef2ce0091b6a8e3a298851657c6891
fdct_partial_neon.c: work around VS2022 Arm64 issue

cl.exe targeting AArch64 with optimizations enabled
will fail with an internal compiler error.
See:
https://developercommunity.visualstudio.com/t/Compiler-crash-C1001-when-building-a-for/10346110

Bug: b/277255076
Bug: webm:1788
Change-Id: I55caf34e910dab47a7775f07280677cdfe606f5b
vpx_dsp/arm/fdct_partial_neon.c