We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63df42 commit 6eea4cbCopy full SHA for 6eea4cb
.github/workflows/build.yml
@@ -54,6 +54,13 @@ jobs:
54
shell: powershell
55
if: ${{ matrix.BUILD_BITS == '32' }}
56
57
+ - run: |
58
+ # see https://www.mail-archive.com/[email protected]/msg586184.html
59
+ include=/c/ProgramData/Chocolatey/lib/mingw/tools/install/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/avx512fintrin.h
60
+ sed -i -e"s/_mm512_abs_pd (__m512 __A)/_mm512_abs_pd (__m512d __A)/" $include
61
+ name: Fix gcc bug
62
+ if: ${{ matrix.BUILD_BITS != '64' }}
63
+
64
- name: Build
65
run: |
66
BITS=${{ matrix.BUILD_BITS }}
0 commit comments