blob: 3f2a9e84c79eaec58262ff3c98fcd15542f06f07 [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(fxbug.dev/87237): move this to boards.
arm_use_neon = true
}
}