Single-precision round-to-nearest-even.
Computes via vvnintf;
ties are broken to the nearest even integer (banker's rounding) — same
rule as IEEE 754 default rounding mode.
References
Accelerate.framework vvnintf.
Parameters
inconst float*Input buffer.
outfloat*Output buffer.
nstd::size_tElement count.