From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web08.8039.1636007037456415910 for ; Wed, 03 Nov 2021 23:23:58 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Thu, 04 Nov 2021 14:23:23 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , , "'brbarkel@microsoft.com'" Cc: "'Ard Biesheuvel'" , "'Michael D Kinney'" , "'Zhiguang Liu'" , "'Sami Mujawar'" , "'Jiewen Yao'" , "'Supreeth Venkatesh'" , "'Maciej Rabeda'" , "'Jiaxin Wu'" , "'Siyuan Fu'" , "'Ray Ni'" , "'Zhichao Gao'" , "'Sean Brogan'" References: <20211101195648.6420-1-brbarkel@microsoft.com> <20211101195648.6420-6-brbarkel@microsoft.com> <20211102095048.op7qudfi6cgmkb55@leviathan> In-Reply-To: <20211102095048.op7qudfi6cgmkb55@leviathan> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BBVENIIHYxIDA1LzE2XSBBcm1Qa2cgYW5kIE1kZVBrZzogTW92ZSB0aGUgQXJtIENvbXBpbGVySW50cmluc2ljc0xpYiB0byBNZGVQa2c=?= Date: Thu, 4 Nov 2021 14:23:26 +0800 Message-ID: <009101d7d144$7a2c8bc0$6e85a340$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQITHxxgezLQXKwxkKpgylI0c9Xu0gL/xqeeAbss13OrVnK0MA== Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Lefi: > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: devel@edk2.groups.io =B4=FA=B1= =ED Leif Lindholm > =B7=A2=CB=CD=CA=B1=BC=E4: 2021=C4=EA11=D4=C22=C8=D5 17:51 > =CA=D5=BC=FE=C8=CB: brbarkel@microsoft.com > =B3=AD=CB=CD: devel@edk2.groups.io; Ard Biesheuvel ; > Michael D Kinney ; Liming Gao > ; Zhiguang Liu ; Sami > Mujawar ; Jiewen Yao ; > Supreeth Venkatesh ; Maciej Rabeda > ; Jiaxin Wu ; Siyuan > Fu ; Ray Ni ; Zhichao Gao > ; Sean Brogan > =D6=F7=CC=E2: Re: [edk2-devel] [PATCH v1 05/16] ArmPkg and MdePkg: Move t= he Arm > CompilerIntrinsicsLib to MdePkg >=20 > On Mon, Nov 01, 2021 at 12:56:37 -0700, brbarkel@microsoft.com wrote: > > From: Bret Barkelew > > > > This aligns better with Mu's philosophy around dependency structuring > > and is one of the steps to enable Basecore to have zero CI dependencies > > on other Mu repos. > > > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3649 > > >=20 > Only one comment on this patch really. >=20 > > ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf =3D> > MdePkg/Library/CompilerIntrinsicsLib/ArmCompilerIntrinsicsLib.inf | 3 +-- >=20 > Could we just keep the .inf name as is? >=20 I agree your suggestion. CompilerIntrinsicsLib can support X86 in future. So,=20 CompilerIntrinsicsLib.inf should be used.=20 Thanks Liming > I think we're getting closer to the x86 folk accepting that they > need this too, rather than keep inventing new dialects of C in the > desperate hope that the compiler won't generate stdlib calls it's > fully permitted to generate whenever it feels like. >=20 > / > Leif >=20 >=20 >=20 >=20