On 06/05/2020 09:15 AM, Steven Munroe wrote:
> I would also add that Clang/LLVM is missing some of the newer C
> language revisions at least for the pppc64le target.
> 
> Both IEEE/ISO  _Float128 and _Decimalxx support is missing. Ie the
> type is not supported or if supported basic arithmetic and math.h
> support is missing. Also finding bugs for in-line assembly and missing
> constraints needed to work around the missing language features.
> 
> Also Clang's poor support for constant folding makes using __int128
> (and vector __int128) harder than it needs to be.
> 

Would you be able to file upstream bugs for these issues or email
me with some more information about what's missing?  I would like
to try to track this.  Also, what's the most recent version of clang
you've tried?

-Tom

> This is a significant impact for enabling my project (PVECLIB) for
> Clang. As-is a number of project features have been disabled for
> Clang.
> 
> I think Clang needs more time to cook.
> _______________________________________________
> devel mailing list -- devel@lists.fedoraproject.org
> To unsubscribe send an email to devel-le...@lists.fedoraproject.org
> Fedora Code of Conduct: 
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
> 
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to