Skip to content

Commit

Permalink
Change intrinsics config to avoid shani/avx512 by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Apr 29, 2024
1 parent f6d922d commit 2b17d8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions builds/msvc/vs2022/libbitcoin-system.import.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
<!-- Options -->

<!-- These create non-portability. -->
<!-- These will compile to the target regardless of the compiling platform. -->
<!-- That will result in a crash of test/executable execution if mismatched. -->
<PropertyGroup>
<Option-avx512>true</Option-avx512>
<Option-avx512>false</Option-avx512>
<Option-avx2>true</Option-avx2>
<Option-sse41>true</Option-sse41>
<Option-shani>true</Option-shani>
<Option-shani>false</Option-shani>
<Option-neon>false</Option-neon>
</PropertyGroup>

<!-- These create non-portability. -->
<ItemDefinitionGroup>
<ClCompile>
<!-- order matters -->
Expand Down

0 comments on commit 2b17d8c

Please sign in to comment.