summaryrefslogtreecommitdiff
path: root/libavutil/x86
Commit message (Expand)AuthorAge
* x86: add detection for Bit Manipulation Instruction setsJames Almer2014-02-23
* x86: add detection for FMA3 instruction setJames Almer2014-02-23
* x86: add missing XOP checks and macrosJames Almer2014-02-23
* x86: float dsp: unroll SSE versionsChristophe Gisquet2014-02-20
* x86inc: Speed up assembling with YasmLoren Merritt2014-01-26
* libavutil: x86: Add AVX2 capable CPU detection.Kieran Kunhya2013-10-25
* x86: more AVX2 frameworkJason Garrett-Glaser2013-10-14
* x86inc: FMA3/4 SupportJason Garrett-Glaser2013-10-14
* x86inc: Remove our FMA4 supportDerek Buitenhuis2013-10-14
* x86inc: Use VEX-encoded instructions in AVX functionsHenrik Gramner2013-10-14
* x86inc: Remove .rodata kludgesHenrik Gramner2013-10-09
* x86inc: remove misaligned cpu flagHenrik Gramner2013-10-07
* x86inc: various minor backports from x264Jason Garrett-Glaser2013-10-07
* x86inc: Check for __OUTPUT_FORMAT__ having a value of "x64"Derek Buitenhuis2013-10-07
* x86inc: Utilize the shadow space on 64-bit WindowsHenrik Gramner2013-10-07
* x86inc: create xm# and ym#, analagous to m#Loren Merritt2013-10-07
* x86inc: fix some corner cases of SWAPLoren Merritt2013-10-07
* x86inc: Use SSE instead of SSE2 for copying dataHenrik Gramner2013-10-07
* x86inc: Set ELF hidden visibility for global constantsHenrik Gramner2013-10-07
* x86inc: activate REP_RET automaticallyLoren Merritt2013-10-07
* avutil: Fix compilation with inline asm disabled on mingwAlex Smith2013-09-22
* x86: Add and use more convenience macros to check CPU extension availabilityDiego Biurrun2013-08-29
* avutil: Refactor CPU extension availability macrosDiego Biurrun2013-08-28
* avutil: Move internal CPU detection function declarations to private headerDiego Biurrun2013-08-28
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-18
* lls/x86: use 3-operator vaddpd in ADDPD_MEMLoren Merritt2013-07-02
* x86: lpc: fix a segfault in av_evaluate_lls_sse2()Loren Merritt2013-06-30
* x86: lpc: simd av_evaluate_llsLoren Merritt2013-06-29
* x86: lpc: simd av_update_llsLoren Merritt2013-06-29
* avutil: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* x86: float dsp: butterflies_float SSEChristophe Gisquet2013-05-03
* dsputil: Make dsputil selectableRonald S. Bultje2013-04-10
* x86inc: Fix number of operands for cmp* instructionsChristophe Gisquet2013-04-09
* cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-27
* x86: Use simple nop codes for <= sse (rather than <= mmx)Ronald S. Bultje2013-02-19
* avutil: Ensure that emms_c is always defined, even on non-x86Diego Biurrun2013-02-14
* avutil: Move emms code to x86-specific headerDiego Biurrun2013-02-14
* 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: Add a Yasm-based emms() replacementMartin Storsjö2013-01-18
* x86inc: Add cvisible macro for C functions with public prefixDiego Biurrun2013-01-18
* x86inc: Rename "program_name" to "private_prefix"Diego Biurrun2013-01-18
* float_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmul_windowMartin Storsjö2013-01-17
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-16
* x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflagsDiego Biurrun2013-01-15
* x86: ABSB2: port to cpuflagsDiego Biurrun2013-01-15
* x86: ABSB: port to cpuflagsDiego Biurrun2013-01-15
* x86: ABS2: port to cpuflagsDiego Biurrun2013-01-14
* x86: ABS1: port to cpuflagsDiego Biurrun2013-01-06