x86inc: Drop SECTION_TEXT macro

The .text section is already 16-byte aligned by default on all supported
platforms so `SECTION_TEXT` isn't any different from `SECTION .text`.
This commit is contained in:
Henrik Gramner
2015-05-27 21:38:14 +02:00
parent 826790f596
commit f0b7882ceb
34 changed files with 34 additions and 45 deletions

View File

@@ -23,7 +23,7 @@
%include "x86util.asm"
SECTION_TEXT
SECTION .text
;-------------------------------------------------------------------------------
; int ff_pixelutils_sad_8x8_mmx(const uint8_t *src1, ptrdiff_t stride1,