On Tue, Apr 18, 2017 at 4:32 AM, Marc Glisse <marc.glisse@xxxxxxxx> wrote: > On Tue, 18 Apr 2017, Jeffrey Walton wrote: > >> I'm having trouble locating the builtin functions for the SHA >> extensions. The 5.4 and 6.3 docs do not list them. (See, for example, >> >> https://gcc.gnu.org/onlinedocs/gcc-6.3.0/gcc/x86-Built-in-Functions.html#x86-Built-in-Functions). >> >> What are the builtin functions for the various SHA extensions, like >> _mm_sha256rnds2_epu32? > > Uh, open the file shaintrin.h and see what builtins are used there? Why are > you looking at the builtins anyway? I can see why people use intrinsics, or > why they use inline asm, but not builtins. Ah, I see what you mean. The builtins are not available either. Man, I wish GCC would have made those damn intrinsics available like the bug report requests. Jeff