Blender Git Commit Log

Git Commits -> Revision a8cc0d7

Revision a8cc0d7 by Brecht Van Lommel (master)
August 7, 2017, 12:01 (GMT)
Code refactor: split defines into separate header, changes to SSE type headers.

I need to use some macros defined in util_simd.h for float3/float4, to emulate
SSE4 instructions on SSE2. But due to issues with order of header includes this
was not possible, this does some refactoring to make it work.

Differential Revision: https://developer.blender.org/D2764

Commit Details:

Full Hash: a8cc0d707e82ac781f44bf6cd7ed1e8974d8ed39
Parent Commit: 5e4bad2
Lines Changed: +199, -182

1 Added Path:

/intern/cycles/util/util_defines.h (+134, -0) (View)

9 Modified Paths:

/intern/cycles/device/device_cpu.cpp (+1, -0) (Diff)
/intern/cycles/kernel/CMakeLists.txt (+1, -0) (Diff)
/intern/cycles/util/CMakeLists.txt (+1, -0) (Diff)
/intern/cycles/util/util_optimization.h (+0, -52) (Diff)
/intern/cycles/util/util_simd.h (+35, -10) (Diff)
/intern/cycles/util/util_sseb.h (+3, -0) (Diff)
/intern/cycles/util/util_ssef.h (+3, -0) (Diff)
/intern/cycles/util/util_ssei.h (+7, -2) (Diff)
/intern/cycles/util/util_types.h (+14, -118) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021