Hacker News new | ask | show | jobs
by pjmlp 2755 days ago
I very much doubt that, specially since clang doesn't even cover all gcc supported architectures.

Additionally, being available doesn't mean it is the compiler one is allowed to use.

Apparently you haven't kept up with ISO C, C11 defined the memory model and portable threads. It is unfortunate that compiler vendors, specially your beloved gcc and clang disregard the security Annex K.

1 comments

beloved gcc? I despise gcc for not being able to provide a proper constexpr in C, making memcpy, memset 2x slower than clang.