I've got a (controversal) workaround in https://github.com/BhaaLseN/dolphin/tree/fma3-workaround that may fix the issue, but I don't have any affected hardware/OS configuration, so I cannot try this out. If anyone does their own builds, please give it a try:
(from scratch)
(if you have a working clone already)
Keep in mind that only the windows build for 64-bit is concerned, so build for x64.
(from scratch)
Code:
git clone -b fma3-workaround git@github.com:BhaaLseN/dolphin.git(if you have a working clone already)
Code:
git remote add bhaalsen git@github.com:BhaaLseN/dolphin.git
git fetch bhaalsen
git checkout bhaalsen/fma3-workaroundKeep in mind that only the windows build for 64-bit is concerned, so build for x64.
