205 Commits (b76f6a76c6312dc551d7c37c6ded36bea7973c74)

Author SHA1 Message Date
Diego Biurrun 39e208f4d4 build: Generalize yasm/nasm-related variable names 8 years ago
Diego Biurrun 7abdd026df asm: Consistently uppercase SECTION markers 8 years ago
Henrik Gramner 3cba1ad76d x86inc: Avoid using eax/rax for storing the stack pointer 8 years ago
Diego Biurrun 99434f4df8 float_dsp: Have implementation match function pointer prototype 8 years ago
Diego Biurrun 7911186ed6 emms: Give apriv_emms_yasm() a more general name 8 years ago
Diego Biurrun 6be7944ee2 x86: Add missing colons after assembly labels 8 years ago
Alexandra Hájková 07e1f99a1b x86util: Document SBUTTERFLY macro 8 years ago
Anton Khirnov d7bc52bf45 imgutils: add a function for copying image data from GPU mapped memory 8 years ago
Fiona Glaser 8e9cd81d29 x86: cpu: Detect Conroe CPUs and their slow shuffle unit 8 years ago
Diego Biurrun 7d7355aa92 x86: Add SSSE3_SLOW CPU flag and related convenience macros 8 years ago
James Almer fd5e6a095f x86util: Extend SPLATW for avx2 8 years ago
Diego Biurrun 1e9c5bf4c1 asm: FF_-prefix internal macros used in inline assembly 9 years ago
Anton Mitrofanov 2fb1d17a5a x86inc: Enable AVX emulation in additional cases 9 years ago
Anton Mitrofanov 300fb0df84 x86inc: Improve handling of %ifid with multi-token parameters 9 years ago
Anton Mitrofanov 8d02579fae x86inc: Fix AVX emulation of some instructions 9 years ago
Henrik Gramner ba3eb745cc x86inc: Fix AVX emulation of scalar float instructions 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
James Almer b624f0660b x86: Add ymm_reg struct 9 years ago
Geza Lore cc602061ee x86inc: Add debug symbols indicating sizes of compiled functions 9 years ago
Henrik Gramner 002c47798d x86inc: Avoid creating unnecessary local labels 9 years ago
Henrik Gramner fd6ecac38e x86inc: Simplify AUTO_REP_RET 9 years ago
Henrik Gramner 5ca8e195e5 x86inc: Use more consistent indentation 9 years ago
Henrik Gramner 91ed050f42 x86inc: Preserve arguments when allocating stack space 9 years ago
Henrik Gramner 715eb7ca24 x86inc: Improve FMA instruction handling 9 years ago
Henrik Gramner f60f06d989 x86inc: Be more verbose in assertion failures 9 years ago
Henrik Gramner 7adcd4e841 x86inc: Make cpuflag() and notcpuflag() return 0 or 1 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
Henrik Gramner d1a6cb195f x86: Serialize rdtsc in read_time() 9 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
Kieran Kunhya 9a738c27dc v210enc: Add SIMD optimised 8-bit and 10-bit encoders 10 years ago
Henrik Gramner f629705b02 x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflags 10 years ago
Loren Merritt ec217218c2 x86inc: Free up variable name "n" in global namespace 10 years ago
Henrik Gramner 176a0fca3f x86inc: Make ym# behave the same way as xm# 10 years ago
Diego Biurrun 79793f8337 Update Fiona's name in copyright statements. 11 years ago
James Almer d59fcdaff3 x86: add detection for Bit Manipulation Instruction sets 11 years ago
James Almer 1b932eb150 x86: add detection for FMA3 instruction set 11 years ago
James Almer 10b0161d78 x86: add missing XOP checks and macros 11 years ago
Christophe Gisquet 996697e266 x86: float dsp: unroll SSE versions 11 years ago
Loren Merritt b7d0d10a1d x86inc: Speed up assembling with Yasm 11 years ago
Kieran Kunhya 4d6ee07255 libavutil: x86: Add AVX2 capable CPU detection. 11 years ago
Jason Garrett-Glaser a3fabc6cb3 x86: more AVX2 framework 11 years ago