Home
last modified time | relevance | path

Searched defs:TARGET_CPU_WITH_CRC (Results 1 – 1 of 1) sorted by relevance

/external/zlib/contrib/optimizations/
Dinsert_string.h21 #define TARGET_CPU_WITH_CRC __attribute__((target("sse4.2"))) macro
23 #define TARGET_CPU_WITH_CRC macro
36 #define TARGET_CPU_WITH_CRC __attribute__((target("crc"))) macro
38 #define TARGET_CPU_WITH_CRC __attribute__((target("+crc"))) macro
40 #define TARGET_CPU_WITH_CRC __attribute__((target("armv8-a,crc"))) macro