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
mem_primitives_lib.h #include <xmmintrin.h> includes stdlib.h, but this is forbidden via Makefile.kernel.
The kernel on the other hand already has the proper mfence macro. Use this then.
The text was updated successfully, but these errors were encountered:
mem_primitives_lib.h
#include <xmmintrin.h>
includesstdlib.h
, but this is forbidden viaMakefile.kernel
.The kernel on the other hand already has the proper mfence macro. Use this then.
The text was updated successfully, but these errors were encountered: