You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That CPU supports AVX2 but lacks the VAES extensions, which are also required to fully leverage X2 on Intel CPUs.
There is a way to minimize X2's overhead on CPUs that lack the necessary parallelism. This optimization has not yet been implemented in libaegis, but it will be in the future. From an application perspective, no changes will be required to benefit from it—simply updating the library will suffice.
This is a laptop with an i3-7130U, which, acc. to both the intel specs and
/proc/cpuinfo
, has AVX2.So I would expect AEGIS-128X2 to be faster than AEGIS-128L.
But it's actually 25% slower (see below). Is this expected?
Relates-to: rfjakob/gocryptfs#900
The text was updated successfully, but these errors were encountered: