Skip to content

Commit

Permalink
Bug 1871181 - Remove unused imports from transform_avx.rs. r=gfx-revi…
Browse files Browse the repository at this point in the history
…ewers,jrmuizel

Differential Revision: https://phabricator.services.mozilla.com/D197014

UltraBlame original commit: 37657c7691664026e54babf7d1cf608fe58a92fb
  • Loading branch information
marco-c committed Dec 21, 2023
1 parent 48d5454 commit bba268a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions gfx/qcms/src/transform_avx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,14 @@ _mm256_max_ps
_mm256_min_ps
_mm256_mul_ps
_mm256_set1_ps
_mm256_set_ps
_mm256_setzero_ps
_mm256_store_si256
_mm_add_ps
_mm_broadcast_ss
_mm_cvtps_epi32
_mm_loadu_ps
_mm_max_ps
_mm_min_ps
_mm_mul_ps
_mm_setzero_ps
_mm_store_si128
}
;
Expand Down Expand Up @@ -103,17 +100,14 @@ _mm256_max_ps
_mm256_min_ps
_mm256_mul_ps
_mm256_set1_ps
_mm256_set_ps
_mm256_setzero_ps
_mm256_store_si256
_mm_add_ps
_mm_broadcast_ss
_mm_cvtps_epi32
_mm_loadu_ps
_mm_max_ps
_mm_min_ps
_mm_mul_ps
_mm_setzero_ps
_mm_store_si128
}
;
Expand Down

0 comments on commit bba268a

Please sign in to comment.