dep/libchdr: arm64 compile fix on MSVC

This commit is contained in:
Connor McLaughlin 2022-04-03 21:31:13 +10:00
parent 5d097da160
commit e45c7fd1f7

View file

@ -4686,7 +4686,7 @@ static drflac_bool32 drflac__decode_samples_with_residual__rice__neon_64(drflac_
/* For this version we are doing one sample at a time. */
while (pDecodedSamples < pDecodedSamplesEnd) {
int64x2_t prediction128;
int64x2_t prediction128 = vdupq_n_s64(0);
uint32x4_t zeroCountPart128;
uint32x4_t riceParamPart128;