add explanatory comment regarding these patches which they emulate

fesetround() using fpsetround(). no change to build; no bump.
This commit is contained in:
sthen 2009-05-19 08:41:38 +00:00
parent 41093a2240
commit 423cacb851
2 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,8 @@
$OpenBSD: patch-src_enblend_cc,v 1.1.1.1 2009/04/19 11:14:37 sthen Exp $
$OpenBSD: patch-src_enblend_cc,v 1.2 2009/05/19 08:41:38 sthen Exp $
we don't have fenv.h/fesetround(), but we can set rounding behaviour
this way instead. probably a noop anyway; FP_RN is the default.
--- src/enblend.cc.orig Fri Feb 15 10:18:21 2008
+++ src/enblend.cc Fri Jul 25 00:49:48 2008
@@ -61,8 +61,14 @@ extern "C" {

View File

@ -1,4 +1,8 @@
$OpenBSD: patch-src_enfuse_cc,v 1.1.1.1 2009/04/19 11:14:37 sthen Exp $
$OpenBSD: patch-src_enfuse_cc,v 1.2 2009/05/19 08:41:38 sthen Exp $
we don't have fenv.h/fesetround(), but we can set rounding behaviour
this way instead. probably a noop anyway; FP_RN is the default.
--- src/enfuse.cc.orig Thu Mar 13 20:34:35 2008
+++ src/enfuse.cc Fri Jul 25 00:49:41 2008
@@ -61,8 +61,14 @@ extern "C" {