fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

11K
active users

mattst88 :gentoo:

I'm trying to fix a patch to allow 's code to build with clang. They perform a lot of mechanical changes to switch to the "unified" ARM assembly syntax (`.syntax unified`), supported by both and .

With clang the code builds but fails 3 of the tests in the test suite with what appear to be unaligned accesses. With gcc, the test suite passes before and after the patches.

I've muddled through as much debugging as I can. Any ideas? gitlab.freedesktop.org/pixman/

GitLabAllow to build pixman on clang/arm32 (!78) · Merge requests · Pixman / pixman · GitLabThanks to Makoto Kato See #74

Well, I fixed it. Take a look at the link if you care to see the resolution of the mystery.