From 025612c02fa172a8b179286b620d352c8b46021e Mon Sep 17 00:00:00 2001 From: Jeff Glass Date: Fri, 21 Jun 2024 13:09:12 -0500 Subject: [PATCH] uop -> uops --- Python/specialize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/specialize.c b/Python/specialize.c index ad2f74788b3ead..1cd01bc9d9b0a9 100644 --- a/Python/specialize.c +++ b/Python/specialize.c @@ -272,7 +272,7 @@ print_optimization_stats(FILE *out, OptimizationStats *stats) for (int i = 1; i <= MAX_UOP_ID; i++){ for (int j = 1; j <= MAX_UOP_ID; j++) { if (stats->opcode[i].pair_count[j]) { - fprintf(out, "uop[%s].pair_count[%s] : %" PRIu64 "\n", + fprintf(out, "uops[%s].pair_count[%s] : %" PRIu64 "\n", _PyOpcode_uop_name[i], _PyOpcode_uop_name[j], stats->opcode[i].pair_count[j]); } } pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy