Hi Jeffrey, > -----Original Message----- > From: gcc-help-owner@xxxxxxxxxxx <gcc-help-owner@xxxxxxxxxxx> On > Behalf Of Jeffrey Walton > Sent: Saturday, July 14, 2018 01:05 > To: gcc-help <gcc-help@xxxxxxxxxxx> > Subject: ARMv8.4 intrinsics? > > Hi Everyone, > > I'm looking for the list of intrinsics on ARMv8.4. 8.4 should include support for > SHA3, SM3 and SM4. > > I know one of them is vsm4eq_u32. Searching for vsm4eq_u32 is only > showing one mailing list message. > https://www.google.com/search?q="vsm4eq_u32"+site:gnu.org Google doesn’t seem to index the patches list, searching for that here https://gcc.gnu.org/ml/gcc-patches/ will get you want you want. > > Does GCC have a page with the 8.4 intrinsics? If so, then where is it located? > No, the list is maintained on arm.com. The ACLE specification corresponding to this release is at https://developer.arm.com/docs/101028/latest Which will contain the ACLE feature macros for these new additions. The NEON intrinsics can be found at https://developer.arm.com/technologies/neon/intrinsics or https://developer.arm.com/products/architecture/a-profile/docs/ihi0073/latest/arm-neon-intrinsics-reference-architecture-specification However at the moment these have not been updated yet but will be soon. Regards, Tamar > Thanks.