From: liuhongt Date: Wed, 11 Nov 2020 02:35:04 +0000 (+0800) Subject: Formatting, there should be a space between PTA_* and (. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6b797b651f5e3a8a2867053dbaf4f2a70ed27da0;p=gcc.git Formatting, there should be a space between PTA_* and (. gcc/ChangeLog * config/i386/i386.h (PTA_MOVDIRI, PTA_MOVDIR64B, PTA_AMX_TILE, PTA_AMX_INT8, PTA_AMX_BF16, PTA_HRESET): Formatting. --- diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index 5e01fe6b841..e882977f308 100644 --- a/gcc/config/i386/i386.h +++ b/gcc/config/i386/i386.h @@ -2480,17 +2480,17 @@ const wide_int_bitmask PTA_AVX512VP2INTERSECT (0, HOST_WIDE_INT_1U << 9); const wide_int_bitmask PTA_PTWRITE (0, HOST_WIDE_INT_1U << 10); const wide_int_bitmask PTA_AVX512BF16 (0, HOST_WIDE_INT_1U << 11); const wide_int_bitmask PTA_WAITPKG (0, HOST_WIDE_INT_1U << 12); -const wide_int_bitmask PTA_MOVDIRI(0, HOST_WIDE_INT_1U << 13); -const wide_int_bitmask PTA_MOVDIR64B(0, HOST_WIDE_INT_1U << 14); +const wide_int_bitmask PTA_MOVDIRI (0, HOST_WIDE_INT_1U << 13); +const wide_int_bitmask PTA_MOVDIR64B (0, HOST_WIDE_INT_1U << 14); const wide_int_bitmask PTA_ENQCMD (0, HOST_WIDE_INT_1U << 15); const wide_int_bitmask PTA_CLDEMOTE (0, HOST_WIDE_INT_1U << 16); const wide_int_bitmask PTA_SERIALIZE (0, HOST_WIDE_INT_1U << 17); const wide_int_bitmask PTA_TSXLDTRK (0, HOST_WIDE_INT_1U << 18); -const wide_int_bitmask PTA_AMX_TILE(0, HOST_WIDE_INT_1U << 19); -const wide_int_bitmask PTA_AMX_INT8(0, HOST_WIDE_INT_1U << 20); -const wide_int_bitmask PTA_AMX_BF16(0, HOST_WIDE_INT_1U << 21); +const wide_int_bitmask PTA_AMX_TILE (0, HOST_WIDE_INT_1U << 19); +const wide_int_bitmask PTA_AMX_INT8 (0, HOST_WIDE_INT_1U << 20); +const wide_int_bitmask PTA_AMX_BF16 (0, HOST_WIDE_INT_1U << 21); const wide_int_bitmask PTA_UINTR (0, HOST_WIDE_INT_1U << 22); -const wide_int_bitmask PTA_HRESET(0, HOST_WIDE_INT_1U << 23); +const wide_int_bitmask PTA_HRESET (0, HOST_WIDE_INT_1U << 23); const wide_int_bitmask PTA_KL (0, HOST_WIDE_INT_1U << 24); const wide_int_bitmask PTA_WIDEKL (0, HOST_WIDE_INT_1U << 25);