Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/librfxcodec.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/amd64/rfxcodec_encode_dwt_shift_amd64_sse41.asm')
-rw-r--r--src/amd64/rfxcodec_encode_dwt_shift_amd64_sse41.asm14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/amd64/rfxcodec_encode_dwt_shift_amd64_sse41.asm b/src/amd64/rfxcodec_encode_dwt_shift_amd64_sse41.asm
index ab52808..2b19f81 100644
--- a/src/amd64/rfxcodec_encode_dwt_shift_amd64_sse41.asm
+++ b/src/amd64/rfxcodec_encode_dwt_shift_amd64_sse41.asm
@@ -19,9 +19,7 @@
;
;amd64 asm dwt
-%ifidn __OUTPUT_FORMAT__,elf64
-section .note.GNU-stack noalloc noexec nowrite progbits
-%endif
+%include "common.asm"
section .data
align 16
@@ -47,12 +45,6 @@ section .data
section .text
-%macro PROC 1
- align 16
- global %1
- %1:
-%endmacro
-
;******************************************************************************
; source 16 bit signed, 16 pixel width
rfx_dwt_2d_encode_block_horiz_16_16:
@@ -1214,11 +1206,7 @@ set_quants_lo:
; short *work_buffer);
;******************************************************************************
-%ifidn __OUTPUT_FORMAT__,elf64
PROC rfxcodec_encode_dwt_shift_amd64_sse41
-%else
-PROC _rfxcodec_encode_dwt_shift_amd64_sse41
-%endif
; save registers
push rbx
push rdx