From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 0A529384F6EA for ; Mon, 21 Nov 2022 12:13:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0A529384F6EA Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1669032815; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references; bh=2N184fntIAvQW0p75UmcBNZPvrjr3Uss7XH8uwLAfUk=; b=Gmkm3U8sMf9XrP+4qVRGxejcKxCo+qJWJQE2jkhwT9igirWLa2QlCpG6lV0YDzH4Nm1iL6 /7R8ooQJPCPi80i0kQYGiuQTucHruoJwRPYN41x3/FgOhf9XSYGrC/KphmZgyNbU5mSUDb YyYbI630s/YHniPcN7VfoKq9qZ6jtKQ= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-586-AzbQuQ7jOvmEwFGG1KnJSw-1; Mon, 21 Nov 2022 07:13:34 -0500 X-MC-Unique: AzbQuQ7jOvmEwFGG1KnJSw-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 26FD68339C1; Mon, 21 Nov 2022 12:13:34 +0000 (UTC) Received: from calimero.vinschen.de (unknown [10.39.192.219]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0470417582; Mon, 21 Nov 2022 12:13:33 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id BD19CA80884; Mon, 21 Nov 2022 13:13:30 +0100 (CET) Date: Mon, 21 Nov 2022 13:13:30 +0100 From: Corinna Vinschen To: Tobias Burnus Cc: newlib@sourceware.org, Andrew Stubbs Subject: Re: [Patch] amdgcn: Replace asm("s8") by __builtin_gcn_kernarg_ptr if existing Message-ID: Reply-To: newlib@sourceware.org Mail-Followup-To: Tobias Burnus , newlib@sourceware.org, Andrew Stubbs References: <70c6dbbb-9087-856c-b99d-5968d4d85886@codesourcery.com> MIME-Version: 1.0 In-Reply-To: <70c6dbbb-9087-856c-b99d-5968d4d85886@codesourcery.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.5 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Nov 18 09:50, Tobias Burnus wrote: > This avoids a hard-coded assembler value by replacing it by a call > to a builtin (if available). This builtin is provided by GCC mainline (GCC 13). Pushed. Would you mind to send the output of `git format-patch' next time? Thanks, Corinna