summaryrefslogtreecommitdiff
path: root/vp8/encoder/x86/quantize_x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/encoder/x86/quantize_x86.h')
-rw-r--r--vp8/encoder/x86/quantize_x86.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/vp8/encoder/x86/quantize_x86.h b/vp8/encoder/x86/quantize_x86.h
index 266efb446..6f54bec31 100644
--- a/vp8/encoder/x86/quantize_x86.h
+++ b/vp8/encoder/x86/quantize_x86.h
@@ -27,11 +27,8 @@ extern prototype_quantize_block(vp8_regular_quantize_b_sse2);
#if !CONFIG_RUNTIME_CPU_DETECT
-// Currently, this function realizes a gain on x86 and a loss on x86_64
-#if ARCH_X86
#undef vp8_quantize_quantb
#define vp8_quantize_quantb vp8_regular_quantize_b_sse2
-#endif
#endif