Skip to content

Commit

Permalink
lzma: extends neon support when hwcap is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam committed Jul 11, 2024
1 parent aa34b14 commit 71e57f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/lzma-24.05/src/CpuArch.c
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ static unsigned long MY_getauxval(int aux)
#define MY_HWCAP_CHECK_FUNC(name) \
BoolInt CPU_IsSupported_ ## name(void) { return 0; }

#if defined(__SWITCH__) || defined(__vita__)
#if defined(__ARM_NEON)
BoolInt CPU_IsSupported_NEON(void) { return 1; }
#else
MY_HWCAP_CHECK_FUNC(NEON)
Expand Down

0 comments on commit 71e57f5

Please sign in to comment.