Closed
Bug 1871181
Opened 2 years ago
Closed 2 years ago
[rustc-1.75] error: unused imports: `_mm256_set_ps`, `_mm_loadu_ps`, `_mm_setzero_ps`
Categories
(Core :: Graphics: Color Management, defect)
Core
Graphics: Color Management
Tracking
()
RESOLVED
FIXED
123 Branch
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
[task 2023-12-21T00:54:00.578Z] 00:54:00 INFO - error: unused imports: `_mm256_set_ps`, `_mm_loadu_ps`, `_mm_setzero_ps`
[task 2023-12-21T00:54:00.579Z] 00:54:00 INFO - --> gfx/qcms/src/transform_avx.rs:14:36
[task 2023-12-21T00:54:00.579Z] 00:54:00 INFO - |
[task 2023-12-21T00:54:00.579Z] 00:54:00 INFO - 14 | _mm256_mul_ps, _mm256_set1_ps, _mm256_set_ps, _mm256_setzero_ps, _mm256_store_si256,
[task 2023-12-21T00:54:00.579Z] 00:54:00 INFO - | ^^^^^^^^^^^^^
[task 2023-12-21T00:54:00.580Z] 00:54:00 INFO - 15 | _mm_add_ps, _mm_broadcast_ss, _mm_cvtps_epi32, _mm_loadu_ps, _mm_max_ps, _mm_min_ps,
[task 2023-12-21T00:54:00.580Z] 00:54:00 INFO - | ^^^^^^^^^^^^
[task 2023-12-21T00:54:00.581Z] 00:54:00 INFO - 16 | _mm_mul_ps, _mm_setzero_ps, _mm_store_si128,
[task 2023-12-21T00:54:00.581Z] 00:54:00 INFO - | ^^^^^^^^^^^^^^
[task 2023-12-21T00:54:00.581Z] 00:54:00 INFO - |
[task 2023-12-21T00:54:00.581Z] 00:54:00 INFO - = note: `-D unused-imports` implied by `-D warnings`
[task 2023-12-21T00:54:00.581Z] 00:54:00 INFO - = help: to override `-D warnings` add `#[allow(unused_imports)]`
[task 2023-12-21T00:54:00.581Z] 00:54:00 INFO - error: could not compile `qcms` (lib) due to previous error
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/37657c769166
Remove unused imports from transform_avx.rs. r=gfx-reviewers,jrmuizel
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox123:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•