mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2025-01-17 03:30:06 +00:00
49a16539dd
It looks like there's a compiler bug in some earlier nvidia driver 340/346 releases. It has been fixed in 348.07 (win) as far as I can tell. Following code behaves incorrectly. void f(int a) { for (int i=0; i<3; ++i) doSomething(a, i); } void g() { for (int i=0; i<100; ++i) f(i); } The workaround is to use different identifiers for each function. |
||
---|---|---|
.. | ||
far | ||
hbr | ||
osd | ||
sdc | ||
tools/stringify | ||
vtr | ||
CMakeLists.txt | ||
version.cpp | ||
version.h |