Also, there are no exported character type tables from Musl so we have to
Fallback to the standard functions. This reduces the number of libcxx's
test-suite failures down to ~130 for MIPS. Most of the remaining failures
come from the atomics (due to the lack of 8-byte atomic-ops in MIPS32) and
thread tests.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM
include/__locale | ||
---|---|---|
411–415 | If you're using libcxx's table, you should use typedef unsigned long mask. |
Which typedef should we choose for mask?