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
This is an arch-specific test and these specific low-level functions have different alignment restrictions. To use with the test you need to also define align_size=32 like so.
On Tue, Mar 21, 2017 at 11:41 AM, Greg Tucker ***@***.***> wrote:
This is an arch-specific test and these specific low-level functions have
different alignment restrictions. To use with the test you need to also
define align_size=32 like so.
#ifndef ALIGN_SIZE
-# define ALIGN_SIZE 16
+# define ALIGN_SIZE 32
#endif
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#19 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADJ5BewVOg4C0-20EzsSvyhYtZ7EzNm1ks5rnxzRgaJpZM4MjLHA>
.
If I change gf_vect_mad_test to test the avx2 implementation, like so
I get the following error:
The tests pass if I use avx or sse.
This is broken on all the variants of gf_Nvect_mad_avx2 that I have tested.
The text was updated successfully, but these errors were encountered: