From cb6d857f8a7568141028a546e0fc2dbf87da5a07 Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Wed, 24 Jan 2024 07:59:58 -0600 Subject: [PATCH] fix mac build --- arm/third_party/libvpx/BUILD.gn | 36 --------------------------------- 1 file changed, 36 deletions(-) diff --git a/arm/third_party/libvpx/BUILD.gn b/arm/third_party/libvpx/BUILD.gn index a61e06bf..6a5367b5 100644 --- a/arm/third_party/libvpx/BUILD.gn +++ b/arm/third_party/libvpx/BUILD.gn @@ -291,42 +291,6 @@ if (current_cpu == "arm" || current_cpu == "arm64") { } } -if (current_cpu == "arm64") { - source_set("libvpx_intrinsics_neon_dotprod") { - check_includes = false - configs -= [ "//build/config/compiler:chromium_code" ] - configs += [ "//build/config/compiler:no_chromium_code" ] - configs += [ ":libvpx_config" ] - if (!is_win || is_clang) { - cflags = [ "-march=armv8.2-a+dotprod" ] - } - if (cpu_arch_full == "arm64") { - sources = libvpx_srcs_arm64_neon_dotprod - deps = [ ":libvpx_arm64_headers" ] - } else if (cpu_arch_full == "arm64-highbd") { - sources = libvpx_srcs_arm64_highbd_neon_dotprod - deps = [ ":libvpx_arm64_highbd_headers" ] - } - } - - source_set("libvpx_intrinsics_neon_i8mm") { - check_includes = false - configs -= [ "//build/config/compiler:chromium_code" ] - configs += [ "//build/config/compiler:no_chromium_code" ] - configs += [ ":libvpx_config" ] - if (!is_win || is_clang) { - cflags = [ "-march=armv8.2-a+i8mm" ] - } - if (cpu_arch_full == "arm64") { - sources = libvpx_srcs_arm64_neon_i8mm - deps = [ ":libvpx_arm64_headers" ] - } else if (cpu_arch_full == "arm64-highbd") { - sources = libvpx_srcs_arm64_highbd_neon_i8mm - deps = [ ":libvpx_arm64_highbd_headers" ] - } - } -} - if (current_cpu == "arm") { if (cpu_arch_full == "arm-neon") { arm_assembly_sources = libvpx_srcs_arm_neon_assembly