1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00
FFmpeg/libavutil/mips
James Cowgill 157d6f0d5b mips: port optimizations to mips n64
This mainly consists of replacing all the pointer arithmatic 'addiu'
instructions with PTR_ADDIU which will handle the differences in pointer
sizes when compiled on 64 bit mips systems.

The header asmdefs.h contains the PTR_ macros which expend to the correct mips
instructions to manipulate registers containing pointers.

Signed-off-by: James Cowgill <james410@cowgill.org.uk>
Reviewed-by: Nedeljko Babic <Nedeljko.Babic@imgtec.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-06 14:37:44 +01:00
..
asmdefs.h mips: port optimizations to mips n64 2015-03-06 14:37:44 +01:00
float_dsp_mips.c mips: port optimizations to mips n64 2015-03-06 14:37:44 +01:00
intreadwrite.h
libm_mips.h replace all __volatile__ by volatile 2012-07-11 04:04:29 +02:00
Makefile mips: Fixing HAVE_MIPSFPU dependencies 2012-11-21 23:57:29 +01:00