Blender Git Commit Log

Git Commits -> Revision 48a6fe8

Revision 48a6fe8 by Brecht Van Lommel (master)
April 26, 2013, 02:18 (GMT)
Fix #34172: cycles BVH build crashing in some rare circumstances on 32 bit linux.

The problem was (again) the x86 extended precision float register being used for
one float value while the other was rounded to lower precision. This caused the
strictly weak order requirement for std::sort to be broken.

Commit Details:

Full Hash: 48a6fe86cab42d8417bf77f481fd131dd6cb0899
SVN Revision: 56303
Parent Commit: b0d6c93
Lines Changed: +13, -3

1 Modified Path:

/intern/cycles/bvh/bvh_sort.cpp (+13, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021