__fadd, __fadds

Purpose

Floating Add, Floating Add Single

Adds two arguments and returns the result.

Prototype

double __fadd (double, double);

float __fadds (float, float);