Skip to content
  • Kaustubh Raste's avatar
    mips: Initial MSA support · ce0757d9
    Kaustubh Raste authored
    
    
    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: default avatarKaustubh Raste <kaustubh.raste@imgtec.com>
    ce0757d9