[Qemu-devel] [Bug 1843205] Re: Inaccurate Fmod on i386

2019-09-08 Thread Alexander Huszagh
** Tags removed: fmod ** Tags added: float libm -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1843205 Title: Inaccurate Fmod on i386 Status in QEMU: New Bug description: # Qemu Version

[Qemu-devel] [Bug 1843205] [NEW] Inaccurate Fmod on i386

2019-09-08 Thread Alexander Huszagh
Public bug reported: # Qemu Version ```bash $ qemu-i386 --version qemu-i386 version 3.0.1 (qemu-3.0.1-4.fc29) Copyright (c) 2003-2017 Fabrice Bellard and the QEMU Project developers ``` # Failing Source Code (C) ```c #include #include int main() { double x = 29860476080414620.0;