openh264/codec/common/x86
Martin Storsjö 68b4b09ae6 Don't load undefined bits into rcx before calling the cpuid instruction
The pFeatureC pointer is an uint32_t pointer, therefore only
load 32 bits into ecx.

This avoids loading potentially uninitialized data into the upper
half of the rcx register, fixing valgrind warnings in some build
setups (depending on how the compiler chooses to layout the stack
in the calling function).
2014-06-29 20:46:55 +03:00
..
asm_inc.asm Convert all tabs to spaces in assembly sources, unify indentation 2014-06-01 01:35:43 +03:00
cpuid.asm Don't load undefined bits into rcx before calling the cpuid instruction 2014-06-29 20:46:55 +03:00
deblock.asm Get rid of uneven spacing after WELS_EXTERN 2014-06-09 11:03:25 +03:00
expand_picture.asm Convert all tabs to spaces in assembly sources, unify indentation 2014-06-01 01:35:43 +03:00
mb_copy.asm Convert all tabs to spaces in assembly sources, unify indentation 2014-06-01 01:35:43 +03:00
mc_chroma.asm Convert all tabs to spaces in assembly sources, unify indentation 2014-06-01 01:35:43 +03:00
mc_luma.asm Convert all tabs to spaces in assembly sources, unify indentation 2014-06-01 01:35:43 +03:00
satd_sad.asm Convert all tabs to spaces in assembly sources, unify indentation 2014-06-01 01:35:43 +03:00
vaa.asm Convert all tabs to spaces in assembly sources, unify indentation 2014-06-01 01:35:43 +03:00