Commit 88bc619
committed
Fix issue #215 (internal compiler error)
Visual Studio 2017 produces an internal compiler error in _release_ mode for the function call _mm512_broadcast_i32x4(_mm_set_epi64x(a, b)). Affected are the AEGIS algorithms aegis-128x4 and aegis-256x4.
The AVX512 instruction _mm512_broadcast_i32x4 is replaced by simpler, but otherwise equivalent instructions, which do not confuse the VS2017 optimizer.1 parent 7ac36a9 commit 88bc619
File tree
2 files changed
+26
-0
lines changed- src/aegis
- aegis128x4
- aegis256x4
2 files changed
+26
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
70 | 82 | | |
| 83 | + | |
71 | 84 | | |
72 | 85 | | |
73 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
70 | 82 | | |
| 83 | + | |
71 | 84 | | |
72 | 85 | | |
73 | 86 | | |
| |||
0 commit comments