summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2014-11-03 21:53:10 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2014-11-03 21:53:10 -0500
commit8ed3eade96fe55a2e6489c000fee80eaa9204a54 (patch)
treef833d097cb21fa91ccf763e999152bf4fc322f5b /sv.c
parent5124ce1ebfdf638521d2a0e17ddc9f6c56faa4ff (diff)
downloadperl-8ed3eade96fe55a2e6489c000fee80eaa9204a54.tar.gz
Remove obsolete comment.
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sv.c b/sv.c
index 27fc0da236..f64890cf0b 100644
--- a/sv.c
+++ b/sv.c
@@ -10774,11 +10774,6 @@ Perl_sv_vcatpvfn(pTHX_ SV *const sv, const char *const pat, const STRLEN patlen,
# define MANTISSASIZE UVSIZE
#endif
-/* We make here the assumption that there is only IEEE 754 in
- * different endiannesses, and no middle-endianness. This may
- * come back to haunt us (the rumor has it that ARM can be quite haunted).
- *
- * Also: the S_hextract() doesn't handle 32-bit or 128-bit doubles. */
#if defined(DOUBLE_LITTLE_ENDIAN) || defined(LONGDOUBLE_LITTLE_ENDIAN)
# define HEXTRACT_LITTLE_ENDIAN
#elif defined(DOUBLE_BIG_ENDIAN) || defined(LONGDOUBLE_BIG_ENDIAN)