Cycles: Fix compilation error after recent changes

Spotted by Steffen Dünner, thanks@
This commit is contained in:
Sergey Sharybin 2017-05-19 16:48:42 +02:00
parent 0e46da76b7
commit 8d4aff31ce
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ ccl_device_inline void filter_get_features_sse(__m128 x, __m128 y,
__m128 active_pixels,
const float *ccl_restrict buffer,
__m128 *features,
const __m128 ccl_restrict *mean,
const __m128 *ccl_restrict mean,
int pass_stride)
{
features[0] = x;