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
clang-7 cannot build zlib-ng, since it thinks that
typedef unsigned int uv4si __attribute__((vector_size(16)));
typedef vector unsigned int uv4si;
are different types. clang-8 does not have this issue.
Signed-off-by: Ilya Leoshkevich <[email protected]>
0 commit comments