398 Commits (d4ce63a1bf2520be7015df78dd8b042abe456c23)

Author SHA1 Message Date
James Almer 36778627e2 x86/intmath: add missing early clobber to output operands 9 years ago
James Almer dc79824deb x86/float_dsp: zero extend offset from ff_scalarproduct_float_sse 9 years ago
James Almer 4ee38ed7f9 x86/float_dsp: zero extend len from ff_butterflies_float_sse implicitly 9 years ago
James Almer 7f520524f6 x86/float_dsp: remove len check from ff_butterflies_float_sse 9 years ago
James Almer f4c1a48483 x86/intmath: add sse optimized av_clipf and av_clipd 9 years ago
Matt Oliver e9ec28c95e avutil/x86/bswap: Remove warning about bswap intrinsics with msvc. 9 years ago
Matt Oliver 58d32c00be avutil/x86/intmath: Fix intrinsic header include when using newer gcc with older icc. 9 years ago
Matt Oliver 9b9c9ef3b4 avutil/x86/bswap: Add msvc bswap instrinsics. 9 years ago
Matt Oliver 9105399060 avutil/x86/intmath: Disable use of tzcnt on older intel compilers. 9 years ago
Matt Oliver f984174512 avutil/x86/intmath: Correct intrinsic headers for older compilers. 9 years ago
Matt Oliver bff009697d avutil/x86/intmath: Add missing header. 9 years ago
Matt Oliver 6c6ac9cb17 avutil/x86/intmath: Use tzcnt in place of bsf. 9 years ago
Rodger Combs 1e477a970f lavu: add AESNI CPU flag 9 years ago
Matt Oliver b0bb1dc62d lavu/intmath.h: Move x86 only msvc/icl functions to x86 specific header. 9 years ago
Matt Oliver 216cc1f6fe lavu/intmath.h: Add msvc/icl ctzll optimisations. 9 years ago
Henrik Gramner 17710550c4 x86inc: Make cpuflag() and notcpuflag() return 0 or 1 9 years ago
James Almer 36e1665d3d avutil/attributes: add AV_GCC_VERSION_AT_MOST 9 years ago
James Almer d5f8a642f6 x86: port PSIGNW to cpuflags 9 years ago
Ganesh Ajjanagadde 531b0a316b avutil/x86/asm: rename REG_SP to REG_sp 9 years ago
Henrik Gramner 44b4444120 x86inc: Various minor backports from x264 9 years ago
Henrik Gramner ab43beefab x86inc: Drop SECTION_TEXT macro 9 years ago
Henrik Gramner 1c6bb81328 x86inc: Disable vpbroadcastq workaround in newer yasm versions 9 years ago
Christophe Gisquet f5e486f6f8 x86inc: Fix instantiation of YMM registers 9 years ago
Anton Mitrofanov b114d28a18 x86inc: warn when instructions incompatible with current cpuflags are used 9 years ago
Henrik Gramner 9f1245eb96 x86inc: Support arbitrary stack alignments 9 years ago
Anton Mitrofanov 8c75ba55a4 x86inc: warn if XOP integer FMA instruction emulation is impossible 9 years ago
Anton Mitrofanov 8db0f71b49 x86inc: warn if XOP integer FMA instruction emulation is impossible 9 years ago
Henrik Gramner f0b7882ceb x86inc: Drop SECTION_TEXT macro 9 years ago
Henrik Gramner 826790f596 x86inc: Support arbitrary stack alignments 9 years ago
James Almer 5750d6c5e9 x86: move XOP emulation code back to x86inc 9 years ago
Henrik Gramner 127203ba5a x86inc: Various minor backports from x264 9 years ago
Henrik Gramner f151fbd9e5 x86inc: Disable vpbroadcastq workaround in newer yasm versions 9 years ago
James Almer 4d2c014a8f x86/float_dsp: add missing colon to labels 9 years ago
James Almer bd48764532 avutil/x86/bswap: force inline asm versions with ICC 9 years ago
Henrik Gramner d1a6cb195f x86: Serialize rdtsc in read_time() 9 years ago
James Almer 93e7b7fb34 avutil/x86/intmath: add missing check for inline assembly 10 years ago
James Almer 1e51e517be avutil/x86/intmath: use bzhi gcc builtin in av_mod_uintp2() 10 years ago
James Almer c16e99e3b3 x86: check for AV_CPU_FLAG_AVXSLOW where useful 10 years ago
James Almer d68c05380c x86: check for AV_CPU_FLAG_AVXSLOW where useful 10 years ago
James Almer cae3985120 x86: Add helper macros to check for slow cpuflags 10 years ago
James Almer f7cafb5d02 x86: add AV_CPU_FLAG_AVXSLOW flag 10 years ago
Timothy Gu dd4d709be7 x86inc: Clear __SECT__ 10 years ago
Timothy Gu 204b228a1d x86inc: Clear __SECT__ 10 years ago
James Almer c312bfac4c x86/cpu: add AV_CPU_FLAG_AVXSLOW flag 10 years ago
Michael Niedermayer d630f38f47 avutil/x86/Makefile: fix conditional x86/emms.o build 10 years ago
Ronald S. Bultje b926f02e81 avutil/x86/Makefile: Make building and linking of emms.c conditional 10 years ago
James Almer 60b9373dbd libavutil: add bmi2 optimized av_mod_uintp2 10 years ago
Peter Cordes 9e5687adf2 pixelutils: Comment on (lack of) sad_8x8_sse2 10 years ago
James Almer bc65abc8d7 libavutil: add x86 optimized av_popcount 10 years ago
Christophe Gisquet d9293c776e x86inc: Correctly warn on use of SSE2 instructions in SSE functions 10 years ago