]> granicus.if.org Git - libvpx/commit
Support building AVX-512 and implement sadx4 for AVX-512
authorKyle Siefring <kylesiefring@gmail.com>
Tue, 31 Oct 2017 15:19:19 +0000 (11:19 -0400)
committerKyle Siefring <kylesiefring@gmail.com>
Fri, 3 Nov 2017 17:37:23 +0000 (13:37 -0400)
commitb383a17fa4c36a4242816ba6a1c57dca46d042d6
treec8d97ab3e073051572fc5852e1266a5851929690
parent3bf02ad74af5602c153a318b04cc311acdc7584d
Support building AVX-512 and implement sadx4 for AVX-512

The added AVX-512 support requires the subset of AVX-512 added in Skylake-X.

Change-Id: I39666b00d10bf96d06c709823663eb09b89265b7
build/make/Makefile
build/make/configure.sh
build/make/rtcd.pl
configure
test/sad_test.cc
test/test_libvpx.cc
vp9/common/vp9_rtcd_defs.pl
vpx_dsp/vpx_dsp.mk
vpx_dsp/vpx_dsp_rtcd_defs.pl
vpx_dsp/x86/sad4d_avx512.c [new file with mode: 0644]
vpx_ports/x86.h