summaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-third__party_tflite_features.gni
blob: c6c8251f3286cb7f55932ae5878f08aef4f9f095 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/tflite/features.gni.orig	2022-12-02 17:56:32 UTC
+++ third_party/tflite/features.gni
@@ -7,7 +7,7 @@ import("//build/config/chrome_build.gni")
 declare_args() {
   # This enables building TFLite with XNNPACK. Currently only available for
   # Linux or Windows on x64.
-  build_tflite_with_xnnpack = (is_win || is_linux) && current_cpu == "x64"
+  build_tflite_with_xnnpack = ((is_win || is_linux) && current_cpu == "x64") && !is_bsd
 
   # Turns on TFLITE_WITH_RUY, using ruy as the gemm backend instead of gemmlowp.
   build_tflite_with_ruy = true