Skip to content
Snippets Groups Projects
Commit 6ce9d190 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Make LLIVector4a::getZero a static function that returns a temporary

parent 880a4df3
No related branches found
No related tags found
No related merge requests found
......@@ -407,7 +407,7 @@ struct LLIVector4a
// Constants
// Return a vector of all zeros
inline LLIVector4a getZero()
static inline LLIVector4a getZero()
{
return _mm_setzero_si128();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment