in lip.c both macro version of zmmulp would seem to have the same error:
*lmmpb++; \
looks like it should be
lmmpb++; \
You get the warning message (value computed is not used)
Log in to post a comment.