#jira UE-69302 suppress PVS-Studio Static Analysis warning for DP punning in VectorLoadFloat2.

#ROBOMERGE-SOURCE: CL 4846931 via CL 4849888

[CL 4850098 by ethan geller in Main branch]
This commit is contained in:
ethan geller
2019-01-30 18:48:35 -05:00
parent 4b05f7842f
commit f6fcc2582e

View File

@@ -12,6 +12,8 @@ struct FMath;
// We require SSE2
#include <emmintrin.h>
// We suppress static analysis warnings for the cast from (double*) to (float*) in VectorLoadFloat2 below:
// -V:VectorLoadFloat2:615
/*=============================================================================
* Helpers: