From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web11.7483.1654756429419796652 for ; Wed, 08 Jun 2022 23:33:49 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=Js3aBXEH; spf=pass (domain: redhat.com, ip: 170.10.129.124, mailfrom: kraxel@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1654756427; h=from:from: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=c3NgFOawHU6nrlN+tu1BTPl/3DsrVtB3tZ+GTqzawTE=; b=Js3aBXEHrMX94tv12xzK46zCOuIAQ/NQYosETBArOv7sKBlv1c9eFZnzP4iAPrtgIAKJOo i9p2FKO/Dk6G0SC4kSqBa7O10ylzoWgsWwJSAtLMZoHpFLaQSxh4nwsv3FxrVkwCixHGi7 DGU3hc6Qq/YZ4/uwueg5OJ35Bhz0yZM= 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-139-qWvZfxoUP0SxowO26MFBtA-1; Thu, 09 Jun 2022 02:33:44 -0400 X-MC-Unique: qWvZfxoUP0SxowO26MFBtA-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id BF3F885A582; Thu, 9 Jun 2022 06:33:42 +0000 (UTC) Received: from sirius.home.kraxel.org (unknown [10.39.192.40]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4AC2B2166B2B; Thu, 9 Jun 2022 06:33:41 +0000 (UTC) Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id C19721800094; Thu, 9 Jun 2022 08:33:39 +0200 (CEST) Date: Thu, 9 Jun 2022 08:33:39 +0200 From: "Gerd Hoffmann" To: "Ni, Ray" Cc: "devel@edk2.groups.io" , "Wang, Jian J" , "Wu, Jiaxin" , Sean Brogan , Anthony Perard , Leif Lindholm , "Liu, Zhiguang" , "Lu, Xiaoyu1" , Pawel Polawski , Sami Mujawar , Maciej Rabeda , "Feng, Bob C" , "Yao, Jiewen" , Andrew Fish , Bret Barkelew , Alexei Fedorov , "Dong, Guo" , "kilian_kegel@hotmail.com" , Maurice Ma , Siyuan Fu , "Chang, Abner" , "Gao, Zhichao" , "Xu, Wei6" , Supreeth Venkatesh , Julien Grall , "Schaefer, Daniel" , Ard Biesheuvel , "Jiang, Guomin" , "Justen, Jordan L" , Oliver Steffen , "Boeuf, Sebastien" , "You, Benjamin" , "Xu, Min M" , Rebecca Cran , "Wang, Nickle" , "Kinney, Michael D" , Tom Lendacky , Peter Grehan , "Aktas, Erdem" , Brijesh Singh , James Bottomley , "Chen, Christine" , "Gao, Liming" , Ard Biesheuvel Subject: Re: [PATCH v4 4/9] MdePkg/CompilerIntrinsicsLib: move ia32 intrinsics and strcmp Message-ID: <20220609063339.wwme7adu6hl27nsq@sirius.home.kraxel.org> References: <20220603122638.1547060-1-kraxel@redhat.com> <20220603122638.1547060-5-kraxel@redhat.com> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.78 on 10.11.54.6 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=kraxel@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Jun 09, 2022 at 03:57:16AM +0000, Ni, Ray wrote: > Gerd, > I am interested in this patch sets. But I have some trouble to get all the patches. Do you have a branch that contains all the changes? https://github.com/kraxel/edk2/tree/intrinsics https://github.com/tianocore/edk2/pull/2542 take care, Gerd