Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Alex D
GHC
Commits
8d05e337
Commit
8d05e337
authored
Dec 01, 2010
by
Simon Marlow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix floating-point/FFI section: fenv is C99, not POSIX
parent
56602d12
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/users_guide/ffi-chap.xml
docs/users_guide/ffi-chap.xml
+1
-1
No files found.
docs/users_guide/ffi-chap.xml
View file @
8d05e337
...
...
@@ -651,7 +651,7 @@ int main(int argc, char *argv[])
<title>
Floating point and the FFI
</title>
<para>
On POSIX systems, the
<literal>
fenv.h
</literal>
header
The standard C99
<literal>
fenv.h
</literal>
header
provides operations for inspecting and modifying the state of
the floating point unit. In particular, the rounding mode
used by floating point operations can be changed, and the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment