Skip to content

Commit 8f5f2f7

Browse files
committed
inlining
1 parent 792a8d3 commit 8f5f2f7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,16 +138,18 @@ jobs:
138138
run: cargo +stable install rustfilt
139139
- name: Check x86_64 inlining
140140
run: |
141-
./check-inlining.sh x86_64-unknown-linux-gnu expected-methods-x86-std.txt
142-
./check-inlining.sh x86_64-unknown-linux-gnu expected-methods-x86-std.txt "--features public_imp"
143141
RUSTFLAGS="-C target-feature=+avx2" ./check-inlining.sh x86_64-unknown-linux-gnu expected-methods-x86-nostd-avx2.txt --no-default-features
144142
RUSTFLAGS="-C target-feature=+sse4.2" ./check-inlining.sh x86_64-unknown-linux-gnu expected-methods-x86-nostd-sse42.txt --no-default-features
145143
- name: Check x86_64 inlining with avx2 autoselection
146144
run: |
145+
./check-inlining.sh x86_64-unknown-linux-gnu expected-methods-x86-std-old.txt
146+
./check-inlining.sh x86_64-unknown-linux-gnu expected-methods-x86-std-old.txt "--features public_imp"
147147
RUSTFLAGS="-C target-feature=+avx2" ./check-inlining.sh x86_64-unknown-linux-gnu expected-methods-x86-std-avx2.txt
148148
if: ${{ matrix.toolchain == '1.38.0' }}
149149
- name: Check x86_64 inlining with avx512 autoselection
150150
run: |
151+
./check-inlining.sh x86_64-unknown-linux-gnu expected-methods-x86-std.txt
152+
./check-inlining.sh x86_64-unknown-linux-gnu expected-methods-x86-std.txt "--features public_imp"
151153
RUSTFLAGS="-C target-feature=+avx512f,+avx512bw,+avx512vbmi,+avx512vbmi2" ./check-inlining.sh x86_64-unknown-linux-gnu expected-methods-x86-std-avx512.txt
152154
RUSTFLAGS="-C target-feature=+avx512f,+avx512bw,+avx512vbmi,+avx512vbmi2" ./check-inlining.sh x86_64-unknown-linux-gnu expected-methods-x86-nostd-avx512.txt --no-default-features
153155
if: ${{ matrix.toolchain != '1.38.0' }}

0 commit comments

Comments
 (0)