blender/intern/cycles/kernel/bvh
Brecht Van Lommel ce1f2e271d Cycles: disable fast math flags, only use a subset.
Empty BVH nodes are set to NaN which must be preserved all the way to the
tnear <= tfar test which can then give false for empty nodes. This needs
strict semantices and careful argument ordering for min() and max(), so
the second argument is used if either of the arguments is NaN.

Fixes T52635: crash in BVH traversal with SSE4.1.

Differential Revision: https://developer.blender.org/D2828
2017-09-08 15:12:37 +02:00
..
bvh_nodes.h
bvh_shadow_all.h
bvh_subsurface.h
bvh_traversal.h
bvh_types.h
bvh_volume_all.h
bvh_volume.h
bvh.h
qbvh_nodes.h
qbvh_shadow_all.h
qbvh_subsurface.h
qbvh_traversal.h
qbvh_volume_all.h
qbvh_volume.h