mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
Avoid warnings
This commit is contained in:
parent
7a02876999
commit
6732446ca4
@ -270,7 +270,7 @@ static void resampler_sinc_process(void *re_, struct resampler_data *data)
|
|||||||
|
|
||||||
/* movehl { X, R, X, L } == { X, R, X, R } */
|
/* movehl { X, R, X, L } == { X, R, X, R } */
|
||||||
_mm_store_ss(output + 1, _mm_movehl_ps(sum, sum));
|
_mm_store_ss(output + 1, _mm_movehl_ps(sum, sum));
|
||||||
#elif defined(__ARM_NEON__)
|
#elif defined(__ARM_NEON__) && !defined(SINC_COEFF_LERP)
|
||||||
if (resamp->neon_enabled)
|
if (resamp->neon_enabled)
|
||||||
{
|
{
|
||||||
process_sinc_neon_asm(output, buffer_l, buffer_r, phase_table, taps);
|
process_sinc_neon_asm(output, buffer_l, buffer_r, phase_table, taps);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user