summaryrefslogtreecommitdiff
path: root/vpx_ports
AgeCommit message (Expand)Author
2020-04-13simplify x86_abi_support.asm symbol declarationJohann
2020-04-06x86_abi_support: do not decorate coff functionsJohann
2020-04-01x86_abi_support: use correct hidden syntaxJohann
2020-03-31nasm: require 2.14 with -DCHROMIUMJohann
2020-02-19Merge "x86_simd_caps: make mask value unsigned"James Zern
2020-02-14move common attribute defs to compiler_attributes.hJames Zern
2020-02-14x86_simd_caps: make mask value unsignedJames Zern
2020-01-17add static_assert.hJames Zern
2019-11-25fix __has_attribute in visual studioJohann
2019-11-23Disable -ftrivial-auto-var-init= for hot codeVitaly Buka
2019-10-17Fix AVX-512 capability detectionBirk Magnussen
2019-09-30namespace ARCH_* definesJames Zern
2019-03-14Enclose macro arguments in parenthesesJerome Jiang
2019-03-04add -Wmissing-prototypesJohann
2019-01-07vpx_clear_system_state: resolve missing declarationJohann
2018-12-21Improve accuracy of benchmarkingelliottk
2018-09-15cosmetics: normalize include guardsJames Zern
2018-05-21remove unused vpx_ports/config.hJames Zern
2018-03-23Restore emms usage on x86_64 after 726b021a12c1bMartin Storsjo
2018-03-23Revert "remove fldcw/fstcw from Win64 builds"Johann Koenig
2018-03-23remove fldcw/fstcw from Win64 buildsJohann
2018-03-19reland "use intrinsics for 'emms'"Johann
2018-03-14Revert "use intrinsics for 'emms'"Johann Koenig
2018-03-13use intrinsics for 'emms'Johann
2018-01-12clang-format v5.0.0 mem_ops.hJohann
2017-11-03Support building AVX-512 and implement sadx4 for AVX-512Kyle Siefring
2017-08-25vpx_dsp:loongson optimize vpx_varianceWxH_c,vpx_sub_pixel_varianceWxH_c and v...Shiyou Yin
2017-08-18vpx_dsp:loongson optimize vpx_subtract_block_c (case 4x4,8x8,16x16) with mmi.Shiyou Yin
2017-05-16Revert "Add visibility="protected" attribute for global variables referenced ...Johann Koenig
2017-05-15'protected' visibility unsupported on machoJohann
2017-05-12Add visibility="protected" attribute for global variables referenced in asm f...Rahul Chaudhry
2017-04-18Create CAST_TO_BYTEPTR/SHORTPTRLinfeng Zhang
2017-03-08Add support for POWER8/VSXRafael de Lucena Valle
2017-02-14Merge "Remove UNINITIALIZED_IS_SAFE"Johann Koenig
2017-02-14Remove UNINITIALIZED_IS_SAFEJohann
2017-02-09vpx_usec_timer_elapsed: use 64-bit mathJames Zern
2016-11-22avoid redefining WIN32_LEAN_AND_MEANJames Zern
2016-11-15vpx_timer.h,x86.h: define NOMINMAX for windows.hJames Zern
2016-09-15apply clang-formatclang-format
2016-08-31Fix -Wundef warning for __SANITIZE_ADDRESS__Johann
2016-08-04Remove armv6 targetJohann
2016-08-04Merge "Pad 'Left' when building under ASan"Johann Koenig
2016-08-03Fix msvc compiler warningsYaowu Xu
2016-08-03Pad 'Left' when building under ASanJohann
2016-07-25vpx_ports: apply clang-formatclang-format
2016-06-28remove visual studio < 2010 workaroundsJames Zern
2016-06-24Port metric computation changes from nextgenv2Yaowu Xu
2016-06-22win: Include <intrin.h> instead of manually declaring intrinsics.Nico Weber
2016-05-27vpx_ports/mem_ops.h: cast the lhs of bitwise shifts of 24.Tom Finegan
2016-05-26Convert to unsigned int before left shiftYaowu Xu