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:
authorJay Sorg <jay.sorg@gmail.com>2017-02-20 09:40:00 +0300
committerjsorg71 <jay.sorg@gmail.com>2017-02-26 12:24:52 +0300
commit5eca8902b7ce5bdc90125fa6cf9b806a9ec12ea1 (patch)
treef699079d4f9cf2e7d4ce4dda4453cb238a49f449
parent5936be3811d35d760651cc5d3d6e1de5808f6437 (diff)
remove some unused files
-rw-r--r--src/amd64/Makefile.am2
-rw-r--r--src/amd64/rfxcodec_encode_diff_rlgr1_amd64_sse2.asm36
-rw-r--r--src/amd64/rfxcodec_encode_diff_rlgr3_amd64_sse2.asm31
-rw-r--r--src/x86/Makefile.am2
-rw-r--r--src/x86/rfxcodec_encode_diff_rlgr1_x86_sse2.asm35
-rw-r--r--src/x86/rfxcodec_encode_diff_rlgr3_x86_sse2.asm35
6 files changed, 0 insertions, 141 deletions
diff --git a/src/amd64/Makefile.am b/src/amd64/Makefile.am
index a7bc273..cba1fdc 100644
--- a/src/amd64/Makefile.am
+++ b/src/amd64/Makefile.am
@@ -1,7 +1,5 @@
AMD64_ASM = \
cpuid_amd64.asm \
- rfxcodec_encode_diff_rlgr1_amd64_sse2.asm \
- rfxcodec_encode_diff_rlgr3_amd64_sse2.asm \
rfxcodec_encode_dwt_shift_amd64_sse2.asm \
rfxcodec_encode_dwt_shift_amd64_sse41.asm
diff --git a/src/amd64/rfxcodec_encode_diff_rlgr1_amd64_sse2.asm b/src/amd64/rfxcodec_encode_diff_rlgr1_amd64_sse2.asm
deleted file mode 100644
index b2de84f..0000000
--- a/src/amd64/rfxcodec_encode_diff_rlgr1_amd64_sse2.asm
+++ /dev/null
@@ -1,36 +0,0 @@
-%ifidn __OUTPUT_FORMAT__,elf64
-section .note.GNU-stack noalloc noexec nowrite progbits
-%endif
-
-section .data
- const1 times 8 dw 1
-
-section .text
-
-%macro PROC 1
- align 16
- global %1
- %1:
-%endmacro
-
-;The first six integer or pointer arguments are passed in registers
-;RDI, RSI, RDX, RCX, R8, and R9
-
-;int
-;rfxcodec_encode_diff_rlgr1_amd64_sse2(short *co,
-; void *dst, int dst_bytes);
-
-%ifidn __OUTPUT_FORMAT__,elf64
-PROC rfxcodec_encode_diff_rlgr1_amd64_sse2
-%else
-PROC _rfxcodec_encode_diff_rlgr1_amd64_sse2
-%endif
- ; save registers
- push rbx
-
- mov rax, 0
- ; restore registers
- pop rbx
- ret
- align 16
-
diff --git a/src/amd64/rfxcodec_encode_diff_rlgr3_amd64_sse2.asm b/src/amd64/rfxcodec_encode_diff_rlgr3_amd64_sse2.asm
deleted file mode 100644
index f5712be..0000000
--- a/src/amd64/rfxcodec_encode_diff_rlgr3_amd64_sse2.asm
+++ /dev/null
@@ -1,31 +0,0 @@
-%ifidn __OUTPUT_FORMAT__,elf64
-section .note.GNU-stack noalloc noexec nowrite progbits
-%endif
-
-section .data
- const1 times 8 dw 1
-
-section .text
-
-%macro PROC 1
- align 16
- global %1
- %1:
-%endmacro
-
-;int
-;rfxcodec_encode_diff_rlgr3_amd64_sse2(short *co,
-; void *dst, int dst_bytes);
-
-%ifidn __OUTPUT_FORMAT__,elf64
-PROC rfxcodec_encode_diff_rlgr3_amd64_sse2
-%else
-PROC _rfxcodec_encode_diff_rlgr3_amd64_sse2
-%endif
- ; save registers
- push rbx
- mov rax, 0
- pop rbx
- ret
- align 16
-
diff --git a/src/x86/Makefile.am b/src/x86/Makefile.am
index 969fc0e..a082355 100644
--- a/src/x86/Makefile.am
+++ b/src/x86/Makefile.am
@@ -1,7 +1,5 @@
X86_ASM = \
cpuid_x86.asm \
- rfxcodec_encode_diff_rlgr1_x86_sse2.asm \
- rfxcodec_encode_diff_rlgr3_x86_sse2.asm \
rfxcodec_encode_dwt_shift_x86_sse2.asm \
rfxcodec_encode_dwt_shift_x86_sse41.asm
diff --git a/src/x86/rfxcodec_encode_diff_rlgr1_x86_sse2.asm b/src/x86/rfxcodec_encode_diff_rlgr1_x86_sse2.asm
deleted file mode 100644
index 13d10e9..0000000
--- a/src/x86/rfxcodec_encode_diff_rlgr1_x86_sse2.asm
+++ /dev/null
@@ -1,35 +0,0 @@
-%ifidn __OUTPUT_FORMAT__,elf
-section .note.GNU-stack noalloc noexec nowrite progbits
-%endif
-
-section .data
- const1 times 8 dw 1
-
-section .text
-
-%macro PROC 1
- align 16
- global %1
- %1:
-%endmacro
-
-;int
-;rfxcodec_encode_diff_rlgr1_x86_sse2(short *co,
-; void *dst, int dst_bytes);
-
-%ifidn __OUTPUT_FORMAT__,elf
-PROC rfxcodec_encode_diff_rlgr1_x86_sse2
-%else
-PROC _rfxcodec_encode_diff_rlgr1_x86_sse2
-%endif
- push ebx
- push esi
- push edi
-
- mov eax, 0
- pop edi
- pop esi
- pop ebx
- ret
- align 16
-
diff --git a/src/x86/rfxcodec_encode_diff_rlgr3_x86_sse2.asm b/src/x86/rfxcodec_encode_diff_rlgr3_x86_sse2.asm
deleted file mode 100644
index a8588f2..0000000
--- a/src/x86/rfxcodec_encode_diff_rlgr3_x86_sse2.asm
+++ /dev/null
@@ -1,35 +0,0 @@
-%ifidn __OUTPUT_FORMAT__,elf
-section .note.GNU-stack noalloc noexec nowrite progbits
-%endif
-
-section .data
- const1 times 8 dw 1
-
-section .text
-
-%macro PROC 1
- align 16
- global %1
- %1:
-%endmacro
-
-;int
-;rfxcodec_encode_diff_rlgr3_x86_sse2(short *co,
-; void *dst, int dst_bytes);
-
-%ifidn __OUTPUT_FORMAT__,elf
-PROC rfxcodec_encode_diff_rlgr3_x86_sse2
-%else
-PROC _rfxcodec_encode_diff_rlgr3_x86_sse2
-%endif
- push ebx
- push esi
- push edi
-
- mov eax, 0
- pop edi
- pop esi
- pop ebx
- ret
- align 16
-