StormByte
2018-08-07 09:49:10 UTC
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>/
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>/