From 20a6255d49aaa1ca0ad72e75be064b2c1a56353f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 17 Feb 2021 15:04:29 +1100 Subject: Cleanup: spelling --- intern/cycles/kernel/svm/svm_noise.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles/kernel/svm') diff --git a/intern/cycles/kernel/svm/svm_noise.h b/intern/cycles/kernel/svm/svm_noise.h index 7ad61f23cc1..94d8bfde555 100644 --- a/intern/cycles/kernel/svm/svm_noise.h +++ b/intern/cycles/kernel/svm/svm_noise.h @@ -616,7 +616,7 @@ ccl_device_noinline float perlin_3d(float x, float y, float z) * Point Offset from v0 * v0 (0, 0, 0, 0) * v1 (0, 0, 1, 0) The full AVX type is computed by inserting the following - * v2 (0, 1, 0, 0) sse types into both the low and high parts of the AVX. + * v2 (0, 1, 0, 0) SSE types into both the low and high parts of the AVX. * v3 (0, 1, 1, 0) * v4 (1, 0, 0, 0) * v5 (1, 0, 1, 0) (0, 1, 0, 1) = shuffle<0, 2, 0, 2>(shuffle<2, 2, 2, 2>(V, V + 1)) -- cgit v1.2.3