You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user