func @fneg = <{T: Type}> (arg: T) -> T;
Floating-point negation.
T: type of arguments and output - must be floating-point or a vector of floating-point
arg: value to be negated
Result value of the negation
(TODO)