git.videolan.org Git - x264.git/summary
x264 git repository
Les articles publiés sur le site
-
mips : Add MSA support to checkasm
12 mai 2015, par Rishikesh More -
mips : Initial MSA support
17 avril 2015, par Kaustubh Rastemips: 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>
-
Cosmetic changes
23 février 2015, par Anton Mitrofanov -
x86inc : Correctly warn on use of SSE2 instructions in SSE functions
3 février 2015, par Christophe Gisquetx86inc: Correctly warn on use of SSE2 instructions in SSE functions SSE2 instructions that are XMM-implementations of pre-existing MMX/MMX2 instructions did not issue warnings when used in SSE functions. Handle it by also checking the register type when such instructions are used.
-
x86inc : Fix instantiation of YMM registers
3 février 2015, par Christophe Gisquet