Displaying 1 result from an estimated 1 matches for "fpowf".
Did you mean:
powf
2015 Feb 04
6
[LLVMdev] llvm builtins
...float 0x40139999A0000000, align 4
@i = global i32 10, align 4
@fresult1 = common global float 0.000000e+00, align 4
@fresult2 = common global float 0.000000e+00, align 4
@.str = private unnamed_addr constant [7 x i8] c"%f %f\0A\00", align 1
; Function Attrs: nounwind uwtable
define void @fpowf() #0 {
entry:
%0 = load float* @f, align 4
%1 = load float* @g, align 4
%call = call float @powf(float %0, float %1) #2
store float %call, float* @fresult1, align 4
ret void
}
; Function Attrs: nounwind readnone
declare float @powf(float, float) #1
; Function Attrs: nounwind uwtable
def...