Skip to content

Commit

Permalink
Experimenting with /arch:IA32
Browse files Browse the repository at this point in the history
  • Loading branch information
Epixu committed Jul 14, 2024
1 parent 8a703e5 commit a35a502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
arch: [x86, x64]
cxx: [g++, clang++-16, ClangCl, v143]
feature: [
[NoSIMD, 16, ' ', ' '],
[NoSIMD, 16, ' ', '/arch:IA32'],
[SSE2, 16, '-msse2', '/arch:SSE2'],
[SSE3, 16, '-msse3', '<not available on msvc>'],
[SSSE3, 16, '-mssse3', '<not available on msvc>'],
Expand Down

0 comments on commit a35a502

Please sign in to comment.