]> git.sesse.net Git - x264/commit
mips: Initial MSA support
authorKaustubh Raste <kaustubh.raste@imgtec.com>
Fri, 17 Apr 2015 12:08:58 +0000 (17:38 +0530)
committerHenrik Gramner <henrik@gramner.com>
Sat, 25 Jul 2015 20:52:54 +0000 (22:52 +0200)
commitce0757d9d2778e349a7c2f6445b6aa75d8765c30
treeba6c299230a51519d667d88a5096f29273631c4a
parent9140ee1fb39bd4a4ccace28091398e8a96704f07
mips: Initial MSA support

MSA is the MIPS SIMD Architecture.

Add X264_CPU_MSA define.
Update configure to detect MIPS platform and set flags.
CPU-specific gcc options are expected through --extra-cflags.

Sample command line for mips32r5:
    ./configure --host=mipsel-linux-gnu --cross-prefix=<TOOLCHAIN>/mips-mti-linux-gnu-
    --extra-cflags="-EL -mips32r5 -msched-weight -mload-store-pairs"

Signed-off-by: Kaustubh Raste <kaustubh.raste@imgtec.com>
common/cpu.c
configure
x264.h