Y
Hacker News
new
|
ask
|
show
|
jobs
by
zaitanz
1965 days ago
Op here. Yea this only occurs on Windows with MinGW. Visual C++ and Clang do not have this issue. None of the Linux compilers I tested also had this issue.
And yea you're right on the associative mistake. Will correct this :)
1 comments
chrchang523
1965 days ago
I currently build Windows binaries via cross-compilation on Linux using gcc-mingw-w64; I assume that is affected by the bug?
link
zaitanz
1965 days ago
Most likely. You can check with the pastebin code
https://pastebin.com/thTapSgn
. Local and Thread outputs should be the same.
link