Skip to content

Add AVX512 to vectorextensions - #2756

Open
theComputeKid wants to merge 1 commit into
premake:masterfrom
theComputeKid:avx512
Open

Add AVX512 to vectorextensions#2756
theComputeKid wants to merge 1 commit into
premake:masterfrom
theComputeKid:avx512

Conversation

@theComputeKid

Copy link
Copy Markdown
Contributor
  • Added for msvc in vs (EnableEnhancedInstructionSet = AdvancedVectorExtensions512)
  • Added for msvc (/arch:AVX512), clang and gcc (-mavx512f) as c/cxx flags

Fixes #2730

@Jarod42 Jarod42 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I would be to emit warnings when actions don't support the flags.
But unrelated to that PR anyway.

@theComputeKid

Copy link
Copy Markdown
Contributor Author

@Jarod42 : The failure seems random, but was hoping to get this in. Can you retrigger the CI?

Comment thread website/docs/vectorextensions.md
- Added for msvc in vs (EnableEnhancedInstructionSet = AdvancedVectorExtensions512)
- Added for msvc (/arch:AVX512), clang and gcc (-mavx512f) as c/cxx flags
@theComputeKid

Copy link
Copy Markdown
Contributor Author

@nickclark2016 : Please re-trigger the CI, it says service unavailable.

@nickclark2016

Copy link
Copy Markdown
Member

Actions is currently experiencing an outage. I'll retrigger when it is resolved.

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.

Add support for AVX512 vector extension

3 participants