Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Jaros <jar091>2018-04-02 17:11:11 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-04-02 17:39:04 +0300
commit888a04c7e4e6002ac7d757fdb6d443561de696dd (patch)
tree10116ab1ac475a60684dfe6eb0f6e06459b97717 /intern/cycles/util/util_types_float4.h
parent692aeb6fe0e4314a17cf15c7252d2bfa21a1c9c6 (diff)
Build: fixes for the Intel compiler versions 2016, 2017, 2018.
Differential Revision: https://developer.blender.org/D3109
Diffstat (limited to 'intern/cycles/util/util_types_float4.h')
-rw-r--r--intern/cycles/util/util_types_float4.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/cycles/util/util_types_float4.h b/intern/cycles/util/util_types_float4.h
index a7d9abe1b95..154391f6881 100644
--- a/intern/cycles/util/util_types_float4.h
+++ b/intern/cycles/util/util_types_float4.h
@@ -34,7 +34,6 @@ struct ccl_try_align(16) float4 {
};
__forceinline float4();
- __forceinline float4(const float4& a);
__forceinline explicit float4(const __m128& a);
__forceinline operator const __m128&(void) const;