aboutsummaryrefslogtreecommitdiff
path: root/armv6_idct.S
diff options
context:
space:
mode:
Diffstat (limited to 'armv6_idct.S')
-rw-r--r--armv6_idct.S8
1 files changed, 0 insertions, 8 deletions
diff --git a/armv6_idct.S b/armv6_idct.S
index 18e4e8a..843c2dd 100644
--- a/armv6_idct.S
+++ b/armv6_idct.S
@@ -59,12 +59,6 @@
* this might be futher improved using a system profiler.
*/
-#ifdef __arm__
-#include <machine/cpu-features.h>
-#endif
-
-#if __ARM_ARCH__ >= 6
-
// void armv6_idct(short *coefs, int *quans, unsigned char *rows, int col)
.arm
.text
@@ -362,5 +356,3 @@ pass2_tail:
ldmia sp!, {r4, r5, r6, r7, r8, r9, r10, r11, r12, r14}
bx lr
.endfunc
-
-#endif