Guard against loading any NaN into double here.
authorTaylor R Campbell <campbell@mumble.net>
Fri, 14 Dec 2018 15:58:27 +0000 (15:58 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sat, 15 Dec 2018 22:33:21 +0000 (22:33 +0000)
commit4ce52d67a1173aabdcc69c694579da2dc2a25d2d
treef9e50ded6a5a4508d260dc401aa3a4dbbf37c156
parented33c12c038c1389b3be47e87c169f8e13875876
Guard against loading any NaN into double here.

The i387 floating-point unit raises an exception if you even load
sNaN into the floating-point stack.
src/microcode/flonum.c