Closed
Bug 1393808
Opened 7 years ago
Closed 7 years ago
Profiler fails to build under MinGW with gcc 5.4.0
Categories
(Core :: Gecko Profiler, defect)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: tjr, Assigned: tjr)
References
(Blocks 1 open bug)
Details
(Whiteboard: [tor])
Attachments
(1 file)
> [task 2017-08-25T15:06:18.884060Z] 15:06:18 INFO - /home/worker/workspace/build/src/tools/profiler/core/platform-win32.cpp:248:17: error: '_mm_pause' was not declared in this scope
> [task 2017-08-25T15:06:18.884102Z] 15:06:18 INFO - _mm_pause();
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Attachment #8901228 -
Flags: review?(n.nethercote)
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8901228 [details]
Bug 1393808 Include immintrin.h under MinGW for _mm_pause()
https://reviewboard.mozilla.org/r/172692/#review178234
Attachment #8901228 -
Flags: review?(n.nethercote) → review+
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by philringnalda@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/f4d52cd8db92
Include immintrin.h under MinGW for _mm_pause() r=njn
Keywords: checkin-needed
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•