Skip to content

Commit 2b17d8c

Browse files
committed
Change intrinsics config to avoid shani/avx512 by default.
1 parent f6d922d commit 2b17d8c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

builds/msvc/vs2022/libbitcoin-system.import.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
<!-- Options -->
1515

1616
<!-- These create non-portability. -->
17+
<!-- These will compile to the target regardless of the compiling platform. -->
18+
<!-- That will result in a crash of test/executable execution if mismatched. -->
1719
<PropertyGroup>
18-
<Option-avx512>true</Option-avx512>
20+
<Option-avx512>false</Option-avx512>
1921
<Option-avx2>true</Option-avx2>
2022
<Option-sse41>true</Option-sse41>
21-
<Option-shani>true</Option-shani>
23+
<Option-shani>false</Option-shani>
2224
<Option-neon>false</Option-neon>
2325
</PropertyGroup>
24-
25-
<!-- These create non-portability. -->
2626
<ItemDefinitionGroup>
2727
<ClCompile>
2828
<!-- order matters -->

0 commit comments

Comments
 (0)