summaryrefslogtreecommitdiffstats
path: root/libavutil/x86/float_dsp_init.c
Commit message (Collapse)AuthorAgeFilesLines
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-081-4/+3
| | | | | This separates code relying on inline from that relying on external assembly and fixes instances where the coalesced check was incorrect.
* float_dsp: add x86-optimized functions for vector_fmac_scalar()Justin Ruggles2012-06-181-0/+7
|
* Add a float DSP framework to libavutilJustin Ruggles2012-06-081-0/+41
Move vector_fmul() from DSPContext to AVFloatDSPContext.