Skip to content

Commit

Permalink
Alter sse4 arguments to sse41.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmienk committed Jul 18, 2024
1 parent a0b9a4f commit 7747c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
<option type="with" name="icu" default="no" define="BOOST_HAS_ICU" substitute="true" value="-DWITH_ICU" description="Compile with International Components for Unicode." />
<option type="enable" name="avx2" default="no" description="Compile with avx2 intrinsics (specifically -mavx -mavx2)." />
<option type="enable" name="avx512" default="no" description="Compile with avx512 intrinsics (specifically -mavx512bw -mavx512f)." />
<option type="enable" name="sse4" default="no" description="Compile with sse4 intrinsics (specifically -msse4.1)." />
<option type="enable" name="sse41" default="no" description="Compile with sse4.1 intrinsics (specifically -msse4.1)." />
<option type="enable" name="shani" default="no" description="Compile with sha native intrinsics (specifically -msse4 -msha)" />
<option type="enable" name="ndebug" default="yes" define="NDEBUG" description="Compile without debug assertions." />
<option type="enable" name="shared" default="yes" define="BOOST_ALL_DYN_LINK" inherited="true" description="Required for dynamically linking boost test." />
Expand Down Expand Up @@ -399,7 +399,7 @@
<loc>return _mm_extract_epi32(_mm_sha256msg2_epu32(_mm_sha256msg1_epu32(_mm_sha256rnds2_epu32(a, b, k), b), a), 2);</loc>
</program>
</compound>
<compound name="sse4" type="with" option="sse4" comment="Conditionally require sse4 intrinsics.">
<compound name="sse41" type="with" option="sse41" comment="Conditionally require sse4.1 intrinsics.">
<flag name="msse4.1" />
<program>
<include header="stdint.h" />
Expand Down

0 comments on commit 7747c47

Please sign in to comment.