summaryrefslogtreecommitdiff
path: root/vp8/common/x86/subpixel_sse2.asm
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2017-12-01 14:31:04 -0800
committerJohann <johannkoenig@google.com>2017-12-01 14:33:04 -0800
commitbdbecea1baba853b86b1647d116c284c86df723f (patch)
tree30c91e0ce4610b99f57012dafb07bc7a7799824b /vp8/common/x86/subpixel_sse2.asm
parent65df957df6f930db1252affb6ddeb487cbf6d84e (diff)
downloadlibvpx-bdbecea1baba853b86b1647d116c284c86df723f.tar.gz
explicitly label .text sections
nasm should infer .text but does not for windows: https://bugzilla.nasm.us/show_bug.cgi?id=3392451 Change-Id: Ib195465e5f33405f5ff61c4cf88aa2a72640cacb
Diffstat (limited to 'vp8/common/x86/subpixel_sse2.asm')
-rw-r--r--vp8/common/x86/subpixel_sse2.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp8/common/x86/subpixel_sse2.asm b/vp8/common/x86/subpixel_sse2.asm
index ca00583ca..6e70f6d2e 100644
--- a/vp8/common/x86/subpixel_sse2.asm
+++ b/vp8/common/x86/subpixel_sse2.asm
@@ -16,6 +16,7 @@ extern sym(vp8_bilinear_filters_x86_8)
%define VP8_FILTER_WEIGHT 128
%define VP8_FILTER_SHIFT 7
+SECTION .text
;/************************************************************************************
; Notes: filter_block1d_h6 applies a 6 tap filter horizontally to the input pixels. The