mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 11:18:25 +00:00
fix asimd detection
This commit is contained in:
parent
eaed1c96be
commit
a2274d45be
@ -704,7 +704,7 @@ uint64_t cpu_features_get(void)
|
||||
if (check_arm_cpu_feature("vfpv4"))
|
||||
cpu |= RETRO_SIMD_VFPV4;
|
||||
|
||||
if (check_arm_cpu_feature("asymd"))
|
||||
if (check_arm_cpu_feature("asimd"))
|
||||
{
|
||||
cpu |= RETRO_SIMD_ASIMD;
|
||||
#ifdef __ARM_NEON__
|
||||
|
Loading…
Reference in New Issue
Block a user