Skip to content
Snippets Groups Projects
Commit 3059ee59 authored by Tomas Lovato's avatar Tomas Lovato
Browse files

revise usage of key_nosignedzero in chap_misc

parent 150d78b3
No related branches found
No related tags found
1 merge request!6Resolve "Recover 2022 TODO list"
......@@ -266,7 +266,8 @@ so we overwrite the intrinsinc function with our own function simply performing
\verb? IF( B >= 0.e0 ) THEN ; SIGN(A,B) = ABS(A) ? \\
\verb? ELSE ; SIGN(A,B) =-ABS(A) ? \\
\verb? ENDIF ? \\
This feature can be found in \mdl{lib\_fortran} module and is effective when \key{nosignedzero} is defined.
This feature can be found in \mdl{lib\_fortran} module and it is effective when the macro \key{nosignedzero}
is defined within the cpp file of the configuration.
We use a CPP key as the overwritting of a intrinsic function can present performance issues with
some computers/compilers.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment