git.videolan.org Git - x264.git/summary

x264 git repository

http://git.videolan.org/?p=x264.git;a=summary

Les articles publiés sur le site

  • arm : do not export every asm function

    1er avril 2014, par Janne Grunau
    arm: do not export every asm function
    
    Based on Libav's libavutil/arm/asm.S. Also prevents having the same
    label twice for every function on systems not defining EXTERN_ASM.
    Clang's integrated assembler does not like it.
    
    • [DH] common/arm/asm.S
    • [DH] common/arm/cpu-a.S
    • [DH] common/arm/dct-a.S
    • [DH] common/arm/mc-a.S
    • [DH] common/arm/pixel-a.S
  • arm : do not export every asm function

    1er avril 2014, par Janne Grunau
    arm: do not export every asm function
    
    Based on Libav's libavutil/arm/asm.S. Also prevents having the same
    label twice for every function on systems not defining EXTERN_ASM.
    Clang's integrated assembler does not like it.
    
    • [DH] common/arm/asm.S
    • [DH] common/arm/cpu-a.S
    • [DH] common/arm/dct-a.S
    • [DH] common/arm/mc-a.S
    • [DH] common/arm/pixel-a.S
  • arm : do not export every asm function

    1er avril 2014, par Janne Grunau
    arm: do not export every asm function
    
    Based on Libav's libavutil/arm/asm.S. Also prevents having the same
    label twice for every function on systems not defining EXTERN_ASM.
    Clang's integrated assembler does not like it.
    
    • [DH] common/arm/asm.S
    • [DH] common/arm/cpu-a.S
    • [DH] common/arm/dct-a.S
    • [DH] common/arm/mc-a.S
    • [DH] common/arm/pixel-a.S
  • arm : do not export every asm function

    1er avril 2014, par Janne Grunau
    arm: do not export every asm function
    
    Based on Libav's libavutil/arm/asm.S. Also prevents having the same
    label twice for every function on systems not defining EXTERN_ASM.
    Clang's integrated assembler does not like it.
    
    • [DH] common/arm/asm.S
    • [DH] common/arm/cpu-a.S
    • [DH] common/arm/dct-a.S
    • [DH] common/arm/mc-a.S
    • [DH] common/arm/pixel-a.S
  • arm : move all .macro/.endm to column 0

    1er avril 2014, par Janne Grunau
    arm: move all .macro/.endm to column 0
    
    • [DH] common/arm/asm.S