<div dir="ltr"><div class="gmail_quote"><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 class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">>><br>
>> I have cloned this NetBSD Sources. As I can see those<br>
>> architecture-specific implemented methods here. Please correct me if I<br>
>> am looking into different than what you are looking for.<br>
>><br>
>> ./lib/libm/arch/powerpc/fenv.c<br>
>> ./lib/libm/arch/sh/fenv.c<br>
>> ./lib/libm/arch/mips64/fenv.c<br>
>> ./lib/libm/arch/amd64/fenv.c<br>
>> ./lib/libm/arch/arm/fenv.c<br>
>> ./lib/libm/arch/i387/fenv.c<br>
>> ./lib/libm/arch/hppa/fenv.c<br>
>> ./lib/libm/arch/m88k/fenv.c<br>
>> ./lib/libm/arch/alpha/fenv.c<br>
>> ./lib/libm/arch/sparc64/fenv.c<br>
>> ./lib/libm/arch/aarch64/fenv.c<br>
>> ./regress/lib/libm/fenv/fenv.c<br>
><br>
><br>
> That's what I see browsing the repo.<br>
><br>
> The single file NetBSD looks easy to integrate. Would be similar to the x86_64 or i386 there now on file layout.<br>
><br>
> Does the freebsd support more hardware variants?<br>
<br>
FreeBSD does not have fenv support for some architecture like RISCV,<br>
M88k, alpha architecture, I can see netbsd support more<br>
hardware variants. NetBSD includes fenv support for these architecture also.<br></blockquote><div><br></div><div>+1 </div><div><br></div><div>NetBSD has more architectures and looks easier to integrate. But we need to be</div><div>sure the NetBSD implementation for an specific architecture covers all the cases</div><div>that FreeBSD does. If equal, pick the more that is easier to integrate. </div><div><br></div><div>--joel</div></div></div></blockquote><div>Last year I found various sources:</div><div><a href="https://lists.rtems.org/pipermail/devel/2019-July/026580.html">https://lists.rtems.org/pipermail/devel/2019-July/026580.html</a></div><div><br></div><div><a href="https://lists.rtems.org/pipermail/devel/2019-July/054391.html">https://lists.rtems.org/pipermail/devel/2019-July/054391.html</a></div><div><br></div><div>--Vaibhav </div></div></div>