|
|
|
|
|
by sitkack
2675 days ago
|
|
AVX2 also incurs some pretty large penalties for switching between SSE and AVX2. Depending on the amount of time taken in the library between calls, it could be problematic. This looks mostly applicable to server scenarios where the runtime environment is highly controlled. |
|
Are you talking about state transition penalties that can occur if you forget a vzeroupper? That's the only thing I'm aware of which kind of matches that.