summaryrefslogtreecommitdiff
path: root/libavutil/x86/float_dsp.asm
Commit message (Expand)AuthorAge
* x86: float dsp: unroll SSE versionsChristophe Gisquet2014-02-20
* x86: float dsp: butterflies_float SSEChristophe Gisquet2013-05-03
* floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* x86: float_dsp: fix loading of the len parameter on x86-32Justin Ruggles2012-12-07
* 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