|
From: darcagn <da...@us...> - 2024-06-05 18:34:39
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "A pseudo Operating System for the Dreamcast.".
The branch, master has been updated
via 52e760a535aa7cf17ae5b417cc938d3e55850bdd (commit)
from 8430b8571f0510733e1a7ed0f17aa2c25be68e63 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 52e760a535aa7cf17ae5b417cc938d3e55850bdd
Author: darcagn <da...@pr...>
Date: Wed Jun 5 12:33:50 2024 -0600
Improve environ.sh handling of built-in flag for fast math (#609)
-----------------------------------------------------------------------
Summary of changes:
doc/environ.sh.sample | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/environ.sh.sample b/doc/environ.sh.sample
index 0c6347b1..c61e2481 100644
--- a/doc/environ.sh.sample
+++ b/doc/environ.sh.sample
@@ -170,9 +170,9 @@ export KOS_CFLAGS="${KOS_CFLAGS} -fno-builtin"
# FSCA, and FSQRT) for calculating sin/cos, inverse square root, and square roots.
# These can result in substantial performance gains for these kinds of operations;
# however, they do so at the price of accuracy and are not IEEE compliant.
-# NOTE: This also requires -fno-builtin be removed from KOS_CFLAGS to take effect!
+# NOTE: Enabling this option will also override -fno-builtin!
#
-#export KOS_CFLAGS="${KOS_CFLAGS} -ffast-math -ffp-contract=fast -mfsrra -mfsca"
+#export KOS_CFLAGS="${KOS_CFLAGS} -fbuiltin -ffast-math -ffp-contract=fast -mfsrra -mfsca"
# SH4 Floating Point Arithmetic Precision
#
hooks/post-receive
--
A pseudo Operating System for the Dreamcast.
|