On Thu, 14 Oct 2021 23:06:01 +0200, Mark Kettenis wrote: > This doesn't work because of the hidden symbol madness. The way > things currently are we need one copy (s_lrint.c) with: > > DEF_STD(fn); > LDBL_MAYBE_CLONE(fn); > > another version (s_lrintf.c) with > > DEF_STD(fn); > > and a final version (s_lrintl.c) without any magic. > > I suppose I could have the s_lrint.c and s_lrintf.c include > s_lrintfl.c if you think that would be better?
Don't worry about it. I forgot about the symbol hiding magic^Wmadness. - todd
