1 //===----- lib/fp_mode.h - Floaing-point environment mode utilities --C -*-===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file is not part of the interface of this library.
11 // This file defines an interface for accessing hardware floating point
14 //===----------------------------------------------------------------------===//
26 CRT_FE_ROUND_MODE
__fe_getround(void);
27 int __fe_raise_inexact(void);