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:
@@ -23,7 +23,7 @@
|
||||
|
||||
%include "x86util.asm"
|
||||
|
||||
SECTION_TEXT
|
||||
SECTION .text
|
||||
|
||||
;-------------------------------------------------------------------------------
|
||||
; int ff_pixelutils_sad_8x8_mmx(const uint8_t *src1, ptrdiff_t stride1,
|
||||
|
||||
Reference in New Issue
Block a user