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:
Peter Pettersson 2013-04-22 21:21:14 +02:00
parent 3da9ab8821
commit e22f454f7c
1 changed files with 1 additions and 3 deletions

View File

@ -45,10 +45,8 @@ public:
private: private:
__m128i state[16]; __m128i state[16];
unsigned index;
// Helper to allow us to return one number per call.
unsigned result[4]; unsigned result[4];
unsigned index;
unsigned result_index; unsigned result_index;
}; };