From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-4.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 54C951F8C8 for ; Mon, 27 Sep 2021 20:39:48 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 86062385840A for ; Mon, 27 Sep 2021 20:39:47 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 86062385840A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1632775187; bh=6THPNfKYHE7ZtkAN2DrLcr6RMEgbSdUQpNWI/biPRek=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=Hrjwo6JelUGuqm/oc7eg+cT5ON01onFFcy7sZeqNj1UI7WmQL4VfSR91PxDExe2K3 Af22RctPQDIeJxxNpVvqYRAw9GL9czZ21FgolxbcsgmwlDkezrg+m6EBoUwvTeLYBb wik7ZO5cWNYm9k2lQ811AyigdtpdatghtmWio2JM= Received: from mail-pf1-x42c.google.com (mail-pf1-x42c.google.com [IPv6:2607:f8b0:4864:20::42c]) by sourceware.org (Postfix) with ESMTPS id 658423858002 for ; Mon, 27 Sep 2021 20:38:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 658423858002 Received: by mail-pf1-x42c.google.com with SMTP id k17so16986487pff.8 for ; Mon, 27 Sep 2021 13:38:58 -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=6THPNfKYHE7ZtkAN2DrLcr6RMEgbSdUQpNWI/biPRek=; b=5SMacIFSh1KEIxanG12g8cZfYy32VXWw5OjIK58cFfuibmoy1fPw0J25cNCp9+GVav Lt+Z0R2CW0IVpLN7ozubk8Y2rMedOJ3lUvNEZWjyGjDttN/2bbjLYWcTzjzTO1RQPgna GVvKv48b0jyejTPb7yfWZjYxxc6XvseIK0qAq1uQKeriVPJ/OUEguhhtpFoIagIdTQ+x i/VH/ZM4kjhTuQGpo4GDaYz74cgnvTAnps1BPnKZoJ8pDIr6K7tWPGahfcnotx6kkhmI BeRgb6rQsrwf72re+j9UC5HkUHZDO3/L8/Xze4Qqp44Igj3ncs5/lUmH0QZRiZ/Fo5Ds xg/g== X-Gm-Message-State: AOAM5337f9od5lcVd3Vt6sdOgMVRc7bWR69uBHsv3+rzoAbjqsqzYRa3 +xV2gZJ2M17XO4GHsWKWHJo1iOmC5+Qwu8d+Xqo= X-Google-Smtp-Source: ABdhPJzWBQ97qlpbOcuZzUb9TlSyv6ASDDgt+u/Lvj+MeirhrFwIf5l5jFLZBQtbFPw2GepQGdENpF5UQJLTHlAJApk= X-Received: by 2002:a62:7f58:0:b0:44b:5ea6:9fb6 with SMTP id a85-20020a627f58000000b0044b5ea69fb6mr1823460pfd.19.1632775137473; Mon, 27 Sep 2021 13:38:57 -0700 (PDT) MIME-Version: 1.0 References: <20210913230506.546749-1-goldstein.w.n@gmail.com> <87mtoerl85.fsf@oldenburg.str.redhat.com> <875yumjx36.fsf@oldenburg.str.redhat.com> <87a6jyez7o.fsf@oldenburg.str.redhat.com> <87r1d9ewc9.fsf@oldenburg.str.redhat.com> <87mtnxevo1.fsf@oldenburg.str.redhat.com> <87ilylev4j.fsf@oldenburg.str.redhat.com> <87sfxpdf01.fsf@oldenburg.str.redhat.com> <87k0j1dd8u.fsf@oldenburg.str.redhat.com> <87czotdc2p.fsf@oldenburg.str.redhat.com> <87zgrxbwca.fsf@oldenburg.str.redhat.com> In-Reply-To: <87zgrxbwca.fsf@oldenburg.str.redhat.com> Date: Mon, 27 Sep 2021 15:38:46 -0500 Message-ID: Subject: Re: [PATCH 1/5] x86_64: Add support for bcmp using sse2, sse 4_1, avx2, and evex To: Florian Weimer Content-Type: text/plain; charset="UTF-8" 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: , From: Noah Goldstein via Libc-alpha Reply-To: Noah Goldstein Cc: Zack Weinberg , Zack Weinberg via Libc-alpha , Joseph Myers Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" On Mon, Sep 27, 2021 at 3:24 PM Florian Weimer wrote: > > * Noah Goldstein: > > > I'm gunna post the patch w.o fully build-many-glibcs.py tests. > > Right. I can run it through the build for you, I've still got a lab > machine checked out. Thanks :) I just posted the patch. > > Florian >