[quake3-commits] [ioquake/ioq3] d62dfd: Set float rounding mode on non-Windows platforms
Zack Middleton
zturtleman at gmail.com
Mon Jan 12 18:10:15 EST 2015
Branch: refs/heads/master
Home: https://github.com/ioquake/ioq3
Commit: d62dfd87f96f22c7639be1f170418ac13bcfabcf
https://github.com/ioquake/ioq3/commit/d62dfd87f96f22c7639be1f170418ac13bcfabcf
Author: Zack Middleton <zturtleman at gmail.com>
Date: 2015-01-12 (Mon, 12 Jan 2015)
Changed paths:
M code/sys/sys_unix.c
Log Message:
-----------
Set float rounding mode on non-Windows platforms
Sys_SetFloatEnv in sys_unix.c existed but was not called. It sets the
rounding mode to "to nearest" which is the default on Linux. Might be
required on other platforms, I don't know.
More information about the quake3-commits
mailing list