webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Macros
arm_arch.h File Reference

Go to the source code of this file.

Macros

#define __ARM_MAX_ARCH__   8
 
#define ARMV7_NEON   (1 << 0)
 
#define ARMV8_AES   (1 << 2)
 
#define ARMV8_SHA1   (1 << 3)
 
#define ARMV8_SHA256   (1 << 4)
 
#define ARMV8_PMULL   (1 << 5)
 

Macro Definition Documentation

◆ __ARM_MAX_ARCH__

#define __ARM_MAX_ARCH__   8

◆ ARMV7_NEON

#define ARMV7_NEON   (1 << 0)

◆ ARMV8_AES

#define ARMV8_AES   (1 << 2)

◆ ARMV8_PMULL

#define ARMV8_PMULL   (1 << 5)

◆ ARMV8_SHA1

#define ARMV8_SHA1   (1 << 3)

◆ ARMV8_SHA256

#define ARMV8_SHA256   (1 << 4)