This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0303e43
)
quadmath: llrintq and llroundq do exist
author
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 12 Mar 2015 11:07:05 +0000
(07:07 -0400)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 12 Mar 2015 12:11:04 +0000
(08:11 -0400)
ext/POSIX/POSIX.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/POSIX/POSIX.xs
b/ext/POSIX/POSIX.xs
index
26ca464
..
7652416
100644
(file)
--- a/
ext/POSIX/POSIX.xs
+++ b/
ext/POSIX/POSIX.xs
@@
-248,10
+248,10
@@
# define c99_ilogb ilogbq
# define c99_lgamma lgammaq
# define c99_log1p log1pq
+# define c99_llrint llrintq
# define c99_log2 log2q
/* no logbq */
-/* no llrintq */
-/* no llroundq */
+# define c99_lround llroundq
# define c99_lrint lrintq
# define c99_lround lroundq
# define c99_nan nanq