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

0524 avx512vbmi #236

Merged
merged 4 commits into from
May 27, 2024
Merged

0524 avx512vbmi #236

merged 4 commits into from
May 27, 2024

Conversation

xupengfe
Copy link
Contributor

No description provided.

#include <stdlib.h>
#define N 64

typedef unsigned long long al __attribute__((aligned (64)));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typedef unsigned long long al attribute((aligned (64))); is necessary for avx512vbmi testing. It's a warning "Don't define this type". It could be ignored. Thanks!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Pengfei for clarifying.

@ysun ysun merged commit dd5a391 into intel:main May 27, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants