forked from blender/blender
Xavier Hallade
0d557718eb
Cycles oneAPI kernel library was compiled using -ffast-math. The current version of Clang makes it link to crtfastmath.o in that case, bringing a static constructor that does set the FTZ/DAZ bits in MXCSR for the whole program, leading to unwanted behavior with other components. Instead of -ffast-math, we switch to a safer subset of compile flags. Pull Request: blender/blender#111708 |
||
---|---|---|
.. | ||
bake | ||
bvh | ||
camera | ||
closure | ||
device | ||
film | ||
geom | ||
integrator | ||
light | ||
osl | ||
sample | ||
svm | ||
util | ||
CMakeLists.txt | ||
data_arrays.h | ||
data_template.h | ||
tables.h | ||
types.h |