We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8c6b6 commit 67ef73fCopy full SHA for 67ef73f
1 file changed
.github/workflows/ci.yml
@@ -89,6 +89,9 @@ jobs:
89
- arch: x86
90
cxx: v143
91
92
+ # Seems the cloud at github doesn't have the avx512 extensions
93
+ - feature: [AVX512, 64, '-mavx512f', '/arch:AVX512']
94
+
95
include:
96
97
0 commit comments