Go to file
Thomas Dinges de28a4d4b2 Cycles: Add an AVX kernel for CPU rendering.
* AVX is available on Intel Sandy Bridge and newer and AMD Bulldozer and newer.
* We don't use dedicated AVX intrinsics yet, but gcc auto vectorization gives a 3% performance improvement for Caminandes. Tested on an i5-3570, Linux x64.
* No change for Windows yet, MSVC 2008 does not support AVX.

Reviewed by: brecht
Differential Revision: https://developer.blender.org/D216
2014-01-16 17:04:11 +01:00
build_files CMake: add missing dependency for icon target 2014-01-17 01:50:33 +11:00
doc Fix bash/ksh specific test syntax 2014-01-07 14:12:02 +11:00
extern Ceres: more warnings cleanup 2014-01-14 01:18:09 +06:00
intern Cycles: Add an AVX kernel for CPU rendering. 2014-01-16 17:04:11 +01:00
release Fix a bunch of UI string issues... 2014-01-15 10:40:54 +01:00
scons@2d6ebcb239 Squashed commit of the following: 2013-11-21 16:51:29 +01:00
source BLF: avoid allocating empty array in blf_glyph_cache_texture 2014-01-17 02:16:22 +11:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Ignore *.patch and *.diff files which are in the working tree root 2013-11-22 23:28:35 +06:00
.gitmodules Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
CMakeLists.txt find_package(OPENAL) does not play nice with our current library naming nonvention 2013-12-24 13:21:56 +01:00
COPYING
GNUmakefile UI Icons: store icons in git as uncompressed pixmaps (D196) 2014-01-14 00:14:03 +11:00
SConstruct Cycles: Build SSE41 kernel per default, remove build option. This hopefully also fixes some compile errors on various systems. 2014-01-14 22:04:32 +01:00