https://bugs.kde.org/show_bug.cgi?id=406209
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kri | |ta/f8e3380747729fbd385fbc45 | |c2ee2ad1f44d2962 Status|CONFIRMED |RESOLVED Latest Commit|https://commits.kde.org/kri | |ta/f8e3380747729fbd385fbc45 | |c2ee2ad1f44d2962 | Resolution|FIXED |--- Status|RESOLVED |CONFIRMED --- Comment #8 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit f8e3380747729fbd385fbc45c2ee2ad1f44d2962 by Dmitry Kazakov. Committed on 10/04/2019 at 09:48. Pushed by dkazakov into branch 'master'. Add GUI switch for disabling AVX optimization on Widnows If you happen to have any random crashes while normal painting with a brush, and you are on Windows, then try to disable this option, it might help. M +12 -2 libs/pigment/compositeops/KoVcMultiArchBuildSupport.h M +11 -0 libs/ui/dialogs/kis_dlg_preferences.cc M +8 -1 libs/ui/forms/wdgperformancesettings.ui M +10 -0 libs/ui/kis_config.cc M +3 -0 libs/ui/kis_config.h https://commits.kde.org/krita/f8e3380747729fbd385fbc45c2ee2ad1f44d2962 --- Comment #9 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit da5d38cbe3b238ebe67254234c806de9db626938 by Dmitry Kazakov. Committed on 10/04/2019 at 09:48. Pushed by dkazakov into branch 'master'. Add a patch for VC to workaround GCC unaligned stack bug See original report for details: https://github.com/VcDevel/Vc/issues/241 A +36 -0 3rdparty/ext_vc/0001-Workaround-AVX-argument-failures.patch M +19 -2 3rdparty/ext_vc/CMakeLists.txt https://commits.kde.org/krita/da5d38cbe3b238ebe67254234c806de9db626938 -- You are receiving this mail because: You are watching all bug changes.