fp-bench: remove wrong exponent raise in fill_random
authorEmilio G. Cota <cota@braap.org>
Fri, 21 Dec 2018 19:52:00 +0000 (14:52 -0500)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 22 Jan 2019 20:47:54 +0000 (20:47 +0000)
commit392a8adc41ccf182ad0ecf83ab44137a556e6e87
tree8b083563592955a05881afc7b2562164d6508a07
parent446cfb0d3487a630ab52efe35977dec24a6db384
fp-bench: remove wrong exponent raise in fill_random

At this point random_ops[] only contains normals, so there's
no need to do anything to them. In fact, raising the exponent
here can make the output !normal, which is precisely
what the comment says we want to avoid.

Signed-off-by: Emilio G. Cota <cota@braap.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
tests/fp/fp-bench.c