mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
Add to the define
This commit is contained in:
parent
671771d3cd
commit
2b1fbca318
@ -348,7 +348,7 @@ static void resampler_CC_upsample(void *re_, struct resampler_data *data)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#elif defined (__ARM_NEON__)
|
#elif defined (__ARM_NEON__) && !defined(DONT_WANT_ARM_OPTIMIZATIONS)
|
||||||
|
|
||||||
#define CC_RESAMPLER_IDENT "NEON"
|
#define CC_RESAMPLER_IDENT "NEON"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user