blob: 5815dad9f8d9cfaa3f1f3cf3a7a87b871575bc87 [file] [log] [blame]
# Copyright 2016 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
if (current_cpu == "arm" || current_cpu == "arm64") {
declare_args() {
# Whether to use the neon FPU instruction set or not.
# TODO(https://fxbug.dev/42168336): move this to boards.
arm_use_neon = true
}
}