Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x86: Replace checks for CPU extensions and flags by convenience macros | Diego Biurrun | 2012-09-08 | 1 | -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 Ruggles | 2012-06-18 | 1 | -0/+7 |
| | |||||
* | Add a float DSP framework to libavutil | Justin Ruggles | 2012-06-08 | 1 | -0/+41 |
Move vector_fmul() from DSPContext to AVFloatDSPContext. |