diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-22 14:17:03 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-22 14:17:03 +0200 |
| commit | ac652bb6fb45099008e862e3ced650299dc3ebb7 (patch) | |
| tree | 12fb1c902c271fbeac41c4ee416cf1cd76b16fd7 /src/arch/avx2.h | |
| parent | 71e104d84b3538e15f27df79b151e6b49cbad1eb (diff) | |
| parent | e391c4624055138f075c0e5772ccaf8ede094b5a (diff) | |
| download | nissy-core-ac652bb6fb45099008e862e3ced650299dc3ebb7.tar.gz nissy-core-ac652bb6fb45099008e862e3ced650299dc3ebb7.zip | |
Merge branch 'master' into extend_moves
Diffstat (limited to 'src/arch/avx2.h')
| -rw-r--r-- | src/arch/avx2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/avx2.h b/src/arch/avx2.h index ad4ee0d..b1f8a59 100644 --- a/src/arch/avx2.h +++ b/src/arch/avx2.h | |||
| @@ -134,7 +134,7 @@ inverse(cube_t c) | |||
| 134 | vp = _mm256_andnot_si256(ORIENT_AVX2, vi); | 134 | vp = _mm256_andnot_si256(ORIENT_AVX2, vi); |
| 135 | ret = _mm256_or_si256(vp, vo); | 135 | ret = _mm256_or_si256(vp, vo); |
| 136 | ret = _mm256_and_si256(ret, USED_AVX2); | 136 | ret = _mm256_and_si256(ret, USED_AVX2); |
| 137 | 137 | ||
| 138 | return invertco(ret); | 138 | return invertco(ret); |
| 139 | } | 139 | } |
| 140 | 140 | ||
