Displaying 1 result from an estimated 1 matches for "fresult2".
Did you mean:
result2
2015 Feb 04
6
[LLVMdev] llvm builtins
...target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"
@f = global float 0x4007333340000000, align 4
@g = global 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...