<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 23, 2020 at 12:41 PM Eshan Dhawan <<a href="mailto:eshandhawan51@gmail.com">eshandhawan51@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>hello everyone,</div><div>For porting fenv.h to POWERPC I went to FreeBSD and NetBSD They both have the same implementation. <br></div><div>But musl has a different implementation following the same structure as in previous implementations.<br></div><div>Which would be better??</div></div></blockquote><div><br></div><div>I like the FreeBSD implementation. It will be easier to integrate. If newlib</div><div>wants the methods to have real bodies (e.g. not inline methods), it will be</div><div>easy to convert to one method per file.</div><div><br></div><div>But I would merge it unmodified as much as possible. </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div>FreeBSD: <a href="https://github.com/freebsd/freebsd/tree/master/lib/msun/powerpc" target="_blank">https://github.com/freebsd/freebsd/tree/master/lib/msun/powerpc</a></div><div>NetBSD:-</div><div>-> fenv.c : <a href="https://github.com/NetBSD/src/blob/trunk/lib/libm/arch/powerpc/fenv.c" target="_blank">https://github.com/NetBSD/src/blob/trunk/lib/libm/arch/powerpc/fenv.c</a></div><div>->fenv.h : <a href="https://github.com/NetBSD/src/blob/trunk/sys/arch/powerpc/include/fenv.h" target="_blank">https://github.com/NetBSD/src/blob/trunk/sys/arch/powerpc/include/fenv.h</a></div><div>musl: <a href="https://git.musl-libc.org/cgit/musl/tree/src/fenv/powerpc64" target="_blank">https://git.musl-libc.org/cgit/musl/tree/src/fenv/powerpc64</a></div><div><br></div><div>thanks</div><div>eshan <br></div></div>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a></blockquote></div></div>