[Pixman] [Patch 1/1] Clang compile failure due to use of __builtin_shuffle

StormByte stormbyte at gmail.com
Tue Aug 7 09:49:10 UTC 2018


While playing with Clang and compiling a Gentoo system with it, I
realized that pixman is not compiling because of the use
of /__builtin_shuffle which according to LLVM mailing list, should not
be used directly [1]./

//
/As such, I investigated a bit, and made a patch for making it compile
compatible with Clang that I attach here in the hope that it is reviewed./
//
/Thanks,/
//
/David C. Manuelda/
//
/[1]: //http://lists.llvm.org/pipermail/cfe-dev/2017-August/055142.html
<http://lists.llvm.org/pipermail/cfe-dev/2017-August/055142.html>/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pixman/attachments/20180807/ac8e0588/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-clang-build.patch
Type: text/x-patch
Size: 434 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/pixman/attachments/20180807/ac8e0588/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/pixman/attachments/20180807/ac8e0588/attachment.sig>


More information about the Pixman mailing list