Aligment improvement.
Small performance increase if the RandomWELL512a_SSE2 is properly SSE aligned and the single value method is used.
This commit is contained in:
parent
3da9ab8821
commit
e22f454f7c
|
@ -45,10 +45,8 @@ public:
|
|||
|
||||
private:
|
||||
__m128i state[16];
|
||||
unsigned index;
|
||||
|
||||
// Helper to allow us to return one number per call.
|
||||
unsigned result[4];
|
||||
unsigned index;
|
||||
unsigned result_index;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue