Hi Tom,

can you try:
https://mailman.openadk.org/mailman3/hyperkitty/list/devel@uclibc-ng.org/thread/QAN6WAU4XUV6PO2G4A3L3OUS3YZCZLQD/

best regards
 Waldemar

tombann...@gmail.com wrote,

> Hi Waldemar,
> 
> Are you looking for unittest code in a specific test-framework? To reproduce 
> the bug, simply print the value of lrint(0.5). It should print 0 but instead 
> it prints 2:
> 
> int main() {
>   long x = lrint(0.5);
>   printf("%ld", x);
>   return 0;
> }
> _______________________________________________
> devel mailing list -- devel@uclibc-ng.org
> To unsubscribe send an email to devel-le...@uclibc-ng.org
> 
_______________________________________________
devel mailing list -- devel@uclibc-ng.org
To unsubscribe send an email to devel-le...@uclibc-ng.org

Reply via email to