by Csonicgo » Wed Aug 17, 2016 1:25 pm
_mental_ wrote:The bug is reproduced only when assembly files are used. With NO_ASM set in CMake (or empty path to NASM executable) 32-bit Release build via VS2015 update 2 doesn't have this problem.
So the quick workaround is to disable assembly for devbuilds.
Is there any speed increase noticeable with the assembly files? I've been wondering this since the ARM platform doesn't have assembly files yet, but I haven't noticed much of a difference.
[quote="_mental_"]The bug is reproduced only when assembly files are used. With [b]NO_ASM[/b] set in CMake (or empty path to NASM executable) 32-bit Release build via VS2015 update 2 doesn't have this problem.
So the quick workaround is to disable assembly for devbuilds.[/quote]
Is there any speed increase noticeable with the assembly files? I've been wondering this since the ARM platform doesn't have assembly files yet, but I haven't noticed much of a difference.