1 //===-- lib/extendsftf2.c - single -> quad 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 //===----------------------------------------------------------------------===//
11 #define QUAD_PRECISION
14 #if defined(CRT_HAS_128BIT) && defined(CRT_LDBL_128BIT)
17 #include "fp_extend_impl.inc"
19 COMPILER_RT_ABI
long double __extendsftf2(float a
) {
20 return __extendXfYf2__(a
);