Cycles: Minor cleanup, whitespace around keyword and preprocessor indent

This commit is contained in:
Sergey Sharybin 2016-04-13 08:58:52 +02:00
parent c1a27a76cf
commit 84c68dcb3f
7 changed files with 48 additions and 48 deletions

@ -43,7 +43,7 @@
# define WITH_CYCLES_OPTIMIZED_KERNEL_SSE3
# endif
#endif
#endif /* defined(i386) || defined(_M_IX86) */
/* x86-64
*
@ -71,7 +71,7 @@
# define WITH_CYCLES_OPTIMIZED_KERNEL_AVX2
# endif
#endif
#endif /* defined(__x86_64__) || defined(_M_X64) */
/* SSE Experiment
*