You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
define linkonce_odr protected float @__ocml_fma_f32(float %0, float %1, float %2) local_unnamed_addr {
|
|
%4 = tail call float @llvm.fma.f32(float %0, float %1, float %2)
|
|
ret float %4
|
|
}
|
|
declare float @llvm.fma.f32(float, float, float)
|