Do not unroll -m 6800 based algorithm on NV, latest windows driver can't compile them otherwise

pull/544/head
jsteube 8 years ago
parent a43902b96b
commit f58c9baade

@ -95,6 +95,9 @@
#if KERN_TYPE == 6500
#undef _unroll
#endif
#if KERN_TYPE == 6800
#undef _unroll
#endif
#if KERN_TYPE == 7100
#undef _unroll
#endif
@ -128,6 +131,9 @@
#if KERN_TYPE == 12400
#undef _unroll
#endif
#if KERN_TYPE == 12900
#undef _unroll
#endif
#if KERN_TYPE == 13721
#undef _unroll
#endif
@ -137,6 +143,15 @@
#if KERN_TYPE == 13723
#undef _unroll
#endif
#if KERN_TYPE == 13751
#undef _unroll
#endif
#if KERN_TYPE == 13752
#undef _unroll
#endif
#if KERN_TYPE == 13753
#undef _unroll
#endif
#if KERN_TYPE == 14000
#undef _unroll
#endif

Loading…
Cancel
Save