You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
12 lines
427 B
Diff
12 lines
427 B
Diff
|
|
--- a/source/common/primitives.cpp
|
||
|
|
+++ b/source/common/primitives.cpp
|
||
|
|
@@ -295,7 +295,7 @@
|
||
|
|
void PFX(cpu_cpuid)(uint32_t, uint32_t *eax, uint32_t *, uint32_t *, uint32_t *) { *eax = 0; }
|
||
|
|
void PFX(cpu_xgetbv)(uint32_t, uint32_t *, uint32_t *) {}
|
||
|
|
|
||
|
|
-#if X265_ARCH_ARM == 0
|
||
|
|
+#if X265_ARCH_ARM == 0 || !ENABLE_ASSEMBLY
|
||
|
|
void PFX(cpu_neon_test)(void) {}
|
||
|
|
int PFX(cpu_fast_neon_mrc_test)(void) { return 0; }
|
||
|
|
#endif // X265_ARCH_ARM
|