From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x102f.google.com (mail-pj1-x102f.google.com [IPv6:2607:f8b0:4864:20::102f]) by sourceware.org (Postfix) with ESMTPS id 934593858000 for ; Mon, 1 Nov 2021 16:01:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 934593858000 Received: by mail-pj1-x102f.google.com with SMTP id nh10-20020a17090b364a00b001a69adad5ebso308062pjb.2 for ; Mon, 01 Nov 2021 09:01:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ar/NtsS0YYIUkyAMen7u2vcfZQCAeFPCHpxua/Fvv50=; b=jyrh7bcLFVMdoDZnUOvc+qriCMxYJe68cXwl5i6IC27V0MizUfLvP9WgXjFZmTGAyN 3S723L3n6+eJKv2px/ly2H9qxSkGz8q58CC0Oma2sE0tmzbQeB0lU7k/n2VkcNCF7ILV P86qb5PO/+coykBgUCd+Tk2bUa0Ox0x63nXGI5QT93MCh4SvT9EDbLNxD9AY9fy3WthA 9Oeiy7rzcZZbgHX/lKe/dcLcpzXMGlOuMgPx74Nvj2444zIuJDL5NAIvP3kynKC5xMDE HvM4TUM+r6Ezf06Dlyhv4+GZROSYt55W736FdxnywDEnO3SRTo+XaHjjvIC+X/yKUtIw dhvw== X-Gm-Message-State: AOAM530CDzkZLrqd6SqivbSUKwAOkB87e3Mr/ZnpZEN+fhJDpSYTMq7d eMdy5NAEKrmhsuNqS6Imdb+HBLltr1WVhIeAJV8= X-Google-Smtp-Source: ABdhPJy8MdALLh90fM1DrZFdkVJmbwRm+Dzg1GKIdSEQYRqcnKlbgskSg9Nj9j6aKcAYODLKdMGKvRSu3LVoOTtFnNA= X-Received: by 2002:a17:90b:4a01:: with SMTP id kk1mr30789355pjb.208.1635782511765; Mon, 01 Nov 2021 09:01:51 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Noah Goldstein Date: Mon, 1 Nov 2021 11:01:42 -0500 Message-ID: Subject: Re: [PATCH v2 2/6] Benchtests: Add benchtests for __memcmpeq To: Wilco Dijkstra Cc: GNU C Library Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Nov 2021 16:01:54 -0000 On Mon, Nov 1, 2021 at 8:56 AM Wilco Dijkstra wrote: > > Hi Noah, > > As committed, it's literally the same benchmark as memcmp, however I > expected it to call __memcmpeq... You'll need to change the definition of > MEMCMP as well. Is this also true for 'wmemcmp'? I don't see it defining MEMCMP either. > > Cheers, > Wilco