Inherit FP modes for new threads on Windows.
authorStas Boukarev <stassats@gmail.com>
Sat, 16 Nov 2013 10:23:08 +0000 (14:23 +0400)
committerStas Boukarev <stassats@gmail.com>
Sat, 16 Nov 2013 10:23:08 +0000 (14:23 +0400)
commitb14a61c6af3e3005c94e633e727177346240066e
tree0ff973d27149959381a0d84d99a07c7771b3d6ab
parent9303b3dc86bdfe5193b403de7419dc5bc8cc79e4
Inherit FP modes for new threads on Windows.

Newly created threads have all the traps cleared, while on other
platforms they are inherited from the parent thread.
src/code/target-thread.lisp
tests/threads.impure.lisp