Fixed build

This commit is contained in:
Christophe Riccio 2016-05-23 21:57:26 +02:00
parent 3f74efa2e0
commit 8b9d205178

View File

@ -68,7 +68,6 @@ namespace detail
return tvec4<T, P>(a.x / b.x, a.y / b.y, a.z / b.z, a.w / b.w);
}
};
<<<<<<< HEAD
template <typename T, precision P>
struct compute_vec4_mod
@ -123,8 +122,6 @@ namespace detail
return tvec4<T, P>(a.x >> b.x, a.y >> b.y, a.z >> b.z, a.w >> b.w);
}
};
=======
>>>>>>> simd
}//namespace detail
// -- Implicit basic constructors --