Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mbarrier __KERNEL__ regression #67

Closed
rurban opened this issue May 24, 2019 · 0 comments
Closed

mbarrier __KERNEL__ regression #67

rurban opened this issue May 24, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@rurban
Copy link
Owner

rurban commented May 24, 2019

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.

@rurban rurban self-assigned this May 24, 2019
@rurban rurban added the bug label May 24, 2019
@rurban rurban added this to the 3.5 milestone May 24, 2019
rurban added a commit that referenced this issue May 24, 2019
Use the mb() macro with the linux kernel.
Fixes #67
@rurban rurban closed this as completed in f3d2de0 May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant