tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

loongarch64.gni (361B)


      1 # Copyright 2023 The Chromium Authors
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 
      5 import("//chromium/build/config/v8_target_cpu.gni")
      6 
      7 if (target_cpu == "loong64") {
      8   declare_args() {
      9     # LOONGARCH64 SIMD Arch compilation flag.
     10     loongarch64_use_lsx = false
     11     loongarch64_use_lasx = false
     12   }
     13 }