summaryrefslogtreecommitdiff
path: root/libavutil/x86
Commit message (Expand)AuthorAge
...
* x86inc: Only define program_name if the macro is unsetDiego Biurrun2012-11-02
* x86: Fix assembly with NASMDave Yeo2012-10-31
* x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun2012-10-31
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-31
* Remove INIT_AVX from x86inc.asm.Ronald S. Bultje2012-10-29
* x86: get_cpu_flags: add necessary ifdefs around function bodyDiego Biurrun2012-10-04
* x86: Drop CPU detection intrinsicsDiego Biurrun2012-10-04
* x86: Add YASM implementations of cpuid and xgetbv from x264Diego Biurrun2012-10-04
* x86: cpu: Break out test for cpuid capabilities into separate functionDiego Biurrun2012-10-04
* x86: ff_get_cpu_flags_x86(): Avoid a pointless variable indirectionDiego Biurrun2012-10-04
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-08
* x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64Justin Ruggles2012-09-07
* x86: Add convenience macros to check for CPU extensions and flagsDiego Biurrun2012-09-04
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-31
* x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-30
* vf_hqdn3d: x86 asmLoren Merritt2012-08-26
* lavr: x86: optimized 6-channel s16 to fltp conversionJustin Ruggles2012-08-23
* x86: remove FASTDIV inline asmMans Rullgard2012-08-22
* Add more missing includes after removing the implicit common.hMartin Storsjö2012-08-16
* Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-15
* x86: move MANGLE() and related macros to libavutil/x86/asm.hMans Rullgard2012-08-09
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-09
* x86: fix build with nasm 2.08Mans Rullgard2012-08-07
* x86: use nop cpu directives only if supportedMans Rullgard2012-08-07
* x86: fix rNmp macros with nasmMans Rullgard2012-08-07
* x86: add colons after labelsMans Rullgard2012-08-07
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-03
* x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun2012-08-03
* x86inc: clip num_args to 7 on x86-32.Loren Merritt2012-07-28
* x86inc: sync to latest version from x264.Ronald S. Bultje2012-07-28
* x86: add support for fmaddps fma4 instruction with abstraction to avx/sseJustin Ruggles2012-07-27
* x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje2012-07-26
* dsputil: x86: add SHUFFLE_MASK_W macroJason Garrett-Glaser2012-07-22
* x86/cpu: implement get/set_eflags using intrinsicsRonald S. Bultje2012-07-10
* x86/cpu: implement support for cpuid through intrinsicsRonald S. Bultje2012-07-10
* x86/cpu: implement support for xgetbv through intrinsicsRonald S. Bultje2012-07-10
* x86/timer: implement an intrinsic-based version for rdtsc (AV_READ_TIME).Ronald S. Bultje2012-07-07
* x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macrosLoren Merritt2012-07-05
* x86inc: modify ALIGN to not generate long nops on i586Loren Merritt2012-07-05
* x86: cpu: clean up check for cpuid instruction supportMans Rullgard2012-07-01
* x86: cpu: whitespace (mostly) cosmeticsMans Rullgard2012-06-25
* x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-25
* x86: Add CPU flag for the i686 cmov instructionDiego Biurrun2012-06-23
* float_dsp: add x86-optimized functions for vector_fmac_scalar()Justin Ruggles2012-06-18
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* x86: Avoid movs on BUTTERFLYPS when in AVX modeVitor Sessak2012-05-29
* lavr: replace the SSE version of ff_conv_fltp_to_flt_6ch() with SSE4 and AVXJustin Ruggles2012-05-09
* Add libavresampleJustin Ruggles2012-04-24
* x86inc: support AVX abstraction for 2-operand instructionsLoren Merritt2012-04-18
* build: Move all arch OBJS declarations into arch subdirectory Makefiles.Diego Biurrun2012-04-12