From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x433.google.com (mail-pf1-x433.google.com [IPv6:2607:f8b0:4864:20::433]) by sourceware.org (Postfix) with ESMTPS id B165F3858D3C for ; Mon, 14 Feb 2022 19:30:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B165F3858D3C Received: by mail-pf1-x433.google.com with SMTP id p10so10329851pfo.12 for ; Mon, 14 Feb 2022 11:30:59 -0800 (PST) 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=q9WV95L4ZwIoYTpWnNv77HU1DqOJeKM3rYmhZiRGIHs=; b=z3c82bFZSa2FYRsksOeoLTHe897unbI32sSO3VKjV9O5KsZPj/1HVxwqxRg8A5pXzG H2O4yzFQl9Fp3ub/R2vkc2CRYfsbd3tBHuQQqMe6QSutZxZkvOiusvR1ictf8RTYHwd3 VAa7CQmokHdCJ7ehFiV9VeQbeqvc+rBQ1Fxw5fYvv3HxONKo37XEmmUvUjgZYLIP8y1m WUNpCAe50VNfgOjNZhRQzBQ3Snlh4UHjDDmXcdIRuLqCOgzjkk4JFd+VjqwFx6xpgaqU 7aGTA8X9MDUGWdK0We+3IwLf9JE82YtOKjgmtH70P2wZzO5UKnw+R6D4izXkVaBvMCH/ x30A== X-Gm-Message-State: AOAM530iQwifqDxQhA5fdoqm+UmhuZLdz42AvGhkM4//8kjhIDoFTkVC CP8TxuFjrX4Cb3oDHi+ueyPxdZzJFaFeEwIa736urAvyinc= X-Google-Smtp-Source: ABdhPJzLO/16wxTdnjQeKYdksUiRqS68aslLjPQSYqqYi6sUPIfUyKiP9qxcmBHlvx3Jwf9/ci/9iqVJ7PiU9DXpDAA= X-Received: by 2002:aa7:8891:: with SMTP id z17mr591247pfe.76.1644867058848; Mon, 14 Feb 2022 11:30:58 -0800 (PST) MIME-Version: 1.0 References: <20220109122946.2754917-1-goldstein.w.n@gmail.com> <20220110213540.1258344-1-goldstein.w.n@gmail.com> <20220110213540.1258344-5-goldstein.w.n@gmail.com> <87ilthv8s9.fsf@igel.home> <87y22dtg19.fsf@igel.home> In-Reply-To: <87y22dtg19.fsf@igel.home> From: "H.J. Lu" Date: Mon, 14 Feb 2022 11:30:23 -0800 Message-ID: Subject: Re: [PATCH v3 5/7] x86: Optimize strcmp-avx2.S To: Andreas Schwab Cc: Noah Goldstein via Libc-alpha Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3020.9 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, T_SCC_BODY_TEXT_LINE 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, 14 Feb 2022 19:31:01 -0000 On Mon, Feb 14, 2022 at 11:16 AM Andreas Schwab wrote: > > On Feb 14 2022, H.J. Lu wrote: > > > On Mon, Feb 14, 2022 at 6:10 AM Andreas Schwab wrote: > >> > >> I'm seeing erroneous behaviour with this. There are random cases of > >> misbehaviour on build workers with AVX2, for example: > >> > >> https://build.opensuse.org/package/live_build_log/home:Andreas_Schwab:glibc/glibc:cross-riscv64/f/x86_64 > >> > >> riscv64-suse-linux-gcc: error: unrecognized command-line option '-frounding-math' > >> make[2]: *** [../o-iterator.mk:9: /home/abuild/rpmbuild/BUILD/glibc-2.35.9000.58.g7912236f4a/cc-base/time/tzset.o] Error 1 > >> make[2]: *** Waiting for unfinished jobs.... > > > > How reproducible is it? > > 100%. > Can I reproduce it with scripts/build-many-glibcs.py on any machine which uses strcmp-avx2.S? -- H.J.