Skip to content
Snippets Groups Projects
Commit 3c677fd9 authored by Raymond Toy's avatar Raymond Toy
Browse files

Correct a comment for %ieee754-rem-pi/2.

parent 315ea234
No related branches found
No related tags found
No related merge requests found
...@@ -183,10 +183,10 @@ ...@@ -183,10 +183,10 @@
(%sqrt x)) (%sqrt x))
) )
;; Same as above, but instead of needing to pass an array in, the ;; Slightly simplified interface to __ieee754_rem_pio2, but instead of
;; output array is broken up into two output values instead. This is ;; needing to pass an array in, the output array is broken up into two
;; easier for the user, and we don't have to wrap calls with ;; output values instead. This is easier for the user, and we don't
;; without-gcing. ;; have to wrap calls with without-gcing.
(declaim (inline %ieee754-rem-pi/2)) (declaim (inline %ieee754-rem-pi/2))
(export '%ieee754-rem-pi/2) (export '%ieee754-rem-pi/2)
(alien:def-alien-routine ("ieee754_rem_pio2" %ieee754-rem-pi/2) c-call:int (alien:def-alien-routine ("ieee754_rem_pio2" %ieee754-rem-pi/2) c-call:int
......
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