summaryrefslogtreecommitdiffstats
path: root/libavutil/x86/x86util.asm
Commit message (Expand)AuthorAgeFilesLines
* x86inc: FMA3/4 SupportJason Garrett-Glaser2013-10-141-1/+3
* x86inc: Remove our FMA4 supportDerek Buitenhuis2013-10-141-0/+11
* x86inc: Add cvisible macro for C functions with public prefixDiego Biurrun2013-01-181-0/+1
* x86inc: Rename "program_name" to "private_prefix"Diego Biurrun2013-01-181-1/+1
* x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflagsDiego Biurrun2013-01-151-0/+8
* x86: ABSB2: port to cpuflagsDiego Biurrun2013-01-151-8/+6
* x86: ABSB: port to cpuflagsDiego Biurrun2013-01-151-6/+5
* x86: ABS2: port to cpuflagsDiego Biurrun2013-01-141-16/+13
* x86: ABS1: port to cpuflagsDiego Biurrun2013-01-061-12/+9
* float_dsp: add vector_dmul_scalar() to multiply a vector of doublesJustin Ruggles2012-12-051-0/+11
* x86: SPLATD: port to cpuflagsDiego Biurrun2012-11-181-16/+6
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-141-1/+1
* x86inc: Set program_name outside of x86inc.asmDiego Biurrun2012-11-111-0/+1
* x86: PALIGNR: port to cpuflagsDiego Biurrun2012-11-091-8/+8
* x86: PABSW: port to cpuflagsDiego Biurrun2012-11-051-12/+10
* x86: Refactor PSWAPD fallback implementations and port to cpuflagsDiego Biurrun2012-11-021-0/+12
* x86: PMINUB: port to cpuflagsDiego Biurrun2012-11-021-5/+5
* x86util: Add cpuflags_mmxext alias for cpuflags_mmx2Diego Biurrun2012-11-021-0/+2
* x86: Fix assembly with NASMDave Yeo2012-10-311-1/+1
* x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun2012-10-311-3/+3
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-311-0/+2
* lavr: x86: optimized 6-channel s16 to fltp conversionJustin Ruggles2012-08-231-0/+12
* dsputil: x86: add SHUFFLE_MASK_W macroJason Garrett-Glaser2012-07-221-0/+12
* x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macrosLoren Merritt2012-07-051-4/+37
* x86: Avoid movs on BUTTERFLYPS when in AVX modeVitor Sessak2012-05-291-7/+6
* lavr: replace the SSE version of ff_conv_fltp_to_flt_6ch() with SSE4 and AVXJustin Ruggles2012-05-091-4/+3
* Add libavresampleJustin Ruggles2012-04-241-0/+9
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-271-1/+1
* fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles2011-10-211-0/+12
* Move clipd macros to x86util.asm.Ronald S. Bultje2011-08-171-0/+33
* Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-121-0/+542
OpenPOWER on IntegriCloud