mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
Revert "Add HAVE_GRIFFIN fallback for now"
This reverts commit dc50ff584ed38c2fc8a2de6e0fc9eb7b31f6da73.
This commit is contained in:
parent
bd9c35d379
commit
7492f5d60c
@ -376,7 +376,7 @@ static void resampler_sinc_process_sse_kaiser(void *re_, struct resampler_data *
|
||||
sum_r = _mm_add_ps(sum_r, _mm_mul_ps(buf_r, _sinc));
|
||||
}
|
||||
|
||||
#ifdef HAVE_GRIFFIN
|
||||
#if 0
|
||||
/* Them annoying shuffles.
|
||||
* sum_l = { l3, l2, l1, l0 }
|
||||
* sum_r = { r3, r2, r1, r0 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user