blob: 69d2e00d625ff9ad5c93dcffd5f4ee655a1f9477 [file] [log] [blame]
# Copyright 2019 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.
source_set("fenv") {
deps = [
"$zx/third_party/ulib/musl:musl_internal",
]
sources = [
"${toolchain.cpu}/fenv.c",
"__flt_rounds.c",
"fegetexceptflag.c",
"feholdexcept.c",
"fesetexceptflag.c",
"fesetround.c",
"feupdateenv.c",
]
}