Skip to content

Commit

Permalink
contrib: enable libvpx's AVX-512 optimization on mingw
Browse files Browse the repository at this point in the history
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65782 is fixed in GCC 8.4+, 9.3+, and 10+.
  • Loading branch information
marcosfrm authored and galad87 committed May 14, 2024
1 parent 5b6d737 commit 40aaf87
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions contrib/libvpx/module.defs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,3 @@ ifeq (darwin,$(HOST.system))
LIBVPX.CONFIGURE.extra += --target=x86_64-darwin14-gcc
endif
endif

ifeq (1-mingw,$(HOST.cross)-$(HOST.system))
LIBVPX.CONFIGURE.extra += --disable-avx512
endif

0 comments on commit 40aaf87

Please sign in to comment.