GlobeEngine
|
#include <Half.h>
Static Public Member Functions | |
static expr | fmin (float x, float y) |
static expr | fmax (float x, float y) |
Wrapper for binary half-precision functions needing specialization for individual argument types.
T | first argument type |
U | first argument type |
|
inlinestatic |
Maximum implementation.
x | first operand |
y | second operand |
|
inlinestatic |
Minimum implementation.
x | first operand |
y | second operand |