svn commit: r305971 - stable/11/lib/msun/src

Ed Schouten ed at nuxi.nl
Mon Sep 19 18:58:00 UTC 2016


Hi Bruce,

2016-09-19 14:34 GMT+02:00 Bruce Evans <bde at freebsd.org>:
> +#if (LDBL_MANT_DIG == 53)
> +__weak_reference(fmod, fmodl);
> +#endif

I've noticed that libm uses __weak_reference() all over the place, but
I guess that in this specific case there is no reason to use them,
right? Wouldn't it make more sense to use strong references here, so
that they are consistent with other architectures?

-- 
Ed Schouten <ed at nuxi.nl>
Nuxi, 's-Hertogenbosch, the Netherlands
KvK-nr.: 62051717


More information about the svn-src-all mailing list