• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
5import("//build/config/v8_target_cpu.gni")
6
7if (current_cpu == "loong64") {
8  declare_args() {
9    # LOONGARCH64 SIMD Arch compilation flag.
10    loongarch64_use_lsx = false
11    loongarch64_use_lasx = false
12  }
13}
14