| /* ===-- powitf2.cpp - Implement __powitf2 ---------------------------------=== |
| * The LLVM Compiler Infrastructure |
| * This file is dual licensed under the MIT and the University of Illinois Open |
| * Source Licenses. See LICENSE.TXT for details. |
| * ===----------------------------------------------------------------------=== |
| * This file implements __powitf2 for the compiler_rt library. |
| * ===----------------------------------------------------------------------=== |
| COMPILER_RT_ABI long double |
| __powitf2(long double a, si_int b) |