1 //===-- lib/trunctfsf2.c - quad -> single conversion --------------*- C -*-===//
3 // The LLVM Compiler Infrastructure
5 // This file is dual licensed under the MIT and the University of Illinois Open
6 // Source Licenses. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
10 #define QUAD_PRECISION
13 #if defined(CRT_HAS_128BIT) && defined(CRT_LDBL_128BIT)
16 #include "fp_trunc_impl.inc"
18 COMPILER_RT_ABI
float __trunctfsf2(long double a
) {
19 return __truncXfYf2__(a
);