<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><br></div><div>FreeBSD: <a href="https://github.com/freebsd/freebsd/tree/master/lib/msun/powerpc">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">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">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">https://git.musl-libc.org/cgit/musl/tree/src/fenv/powerpc64</a></div><div><br></div><div>thanks</div><div>eshan <br></div></div>