Blender Git Commit Log

Git Commits -> Revision 8c3d2e5

Revision 8c3d2e5 by Sergey Sharybin (master)
August 30, 2018, 10:52 (GMT)
Cycles: Fix detection of CPU brand string on 32 bit platforms

The assembler template was backing up and restoring ebx, which is
fair enough. However, this did not prevent compiler for putting
result variables to ebx. This was causing data corruption.

In order to prevent this easiest solution is to list ebx in clobbers
for the assembly.

Commit Details:

Full Hash: 8c3d2e549cff4d9c369c68936e0fce6b7ddc495f
Parent Commit: 49041e5
Lines Changed: +10, -9

1 Modified Path:

/intern/cycles/util/util_system.cpp (+10, -9) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021