summaryrefslogtreecommitdiff
path: root/libavutil/x86/float_dsp.asm
Commit message (Expand)AuthorAge
* x86: float_dsp: fix compilation of ff_vector_dmul_scalar_avx() on x86-32Justin Ruggles2012-12-06
* float_dsp: add vector_dmul_scalar() to multiply a vector of doublesJustin Ruggles2012-12-05
* x86: float_dsp: add SSE version of vector_fmul_scalar()Justin Ruggles2012-11-26
* build: Drop AVX assembly ifdefsDiego Biurrun2012-11-11
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-31
* x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64Justin Ruggles2012-09-07
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-31
* x86: add colons after labelsMans Rullgard2012-08-07
* x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje2012-07-26
* float_dsp: add x86-optimized functions for vector_fmac_scalar()Justin Ruggles2012-06-18
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08