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 f6d922d commit 2b17d8cCopy full SHA for 2b17d8c
builds/msvc/vs2022/libbitcoin-system.import.props
@@ -14,15 +14,15 @@
14
<!-- Options -->
15
16
<!-- 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. -->
19
<PropertyGroup>
- <Option-avx512>true</Option-avx512>
20
+ <Option-avx512>false</Option-avx512>
21
<Option-avx2>true</Option-avx2>
22
<Option-sse41>true</Option-sse41>
- <Option-shani>true</Option-shani>
23
+ <Option-shani>false</Option-shani>
24
<Option-neon>false</Option-neon>
25
</PropertyGroup>
-
- <!-- These create non-portability. -->
26
<ItemDefinitionGroup>
27
<ClCompile>
28
<!-- order matters -->
0 commit comments