Closed Bug 1249895 Opened 8 years ago Closed 8 years ago

MIPS64: Replace unsigned __int128_t with __uint128_t.

Categories

(Core :: JavaScript Engine: JIT, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla47
Tracking Status
firefox47 --- fixed

People

(Reporter: arai, Assigned: arai)

Details

Attachments

(1 file)

Simulator-mips64.cpp uses `unsigned __int128_t`, but it's not compatible with clang-700.1.81.

> #define U128(v) static_cast<unsigned __int128_t>(v)

replacing it with __uint128_t works both with clang and gcc.
Comment on attachment 8721672 [details] [diff] [review]
Replace unsigned __int128_t with __uint128_t.

Review of attachment 8721672 [details] [diff] [review]:
-----------------------------------------------------------------

Thank you.
Attachment #8721672 - Flags: review?(r) → review+
https://hg.mozilla.org/mozilla-central/rev/3c82eabf256a
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: