diff mbox series

[v1] NEWS: Add entry for x86-64 ISA level build

Message ID 20220727065841.2140573-1-goldstein.w.n@gmail.com
State New
Headers show
Series [v1] NEWS: Add entry for x86-64 ISA level build | expand

Commit Message

Noah Goldstein July 27, 2022, 6:58 a.m. UTC
---
 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Adhemerval Zanella Netto July 27, 2022, 11:18 a.m. UTC | #1
On 27/07/22 03:58, Noah Goldstein via Libc-alpha wrote:
> ---
>  NEWS | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/NEWS b/NEWS
> index 5827b206d9..4264a4cfc6 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -72,6 +72,10 @@ Major new features:
>  
>    The LoongArch ABI is 64-bit little-endian.
>  
> +* Support building x86-64 with multiple ISA levels.  Higher ISA levels
> +  will use better optimized functions in the dynamic loader and
> +  non-multiarch build as well as reduce the size of libc.so.

The initial sentence sounds terse, maybe "Support for building x86-64 with 
multiple ISA levels has been added".

> +
>  Deprecated and removed features, and other changes affecting compatibility:
>  
>  * Support for prelink will be removed in the next release; this includes
Noah Goldstein July 27, 2022, 12:10 p.m. UTC | #2
On Wed, Jul 27, 2022 at 7:18 PM Adhemerval Zanella Netto via
Libc-alpha <libc-alpha@sourceware.org> wrote:
>
>
>
> On 27/07/22 03:58, Noah Goldstein via Libc-alpha wrote:
> > ---
> >  NEWS | 4 ++++
> >  1 file changed, 4 insertions(+)
> >
> > diff --git a/NEWS b/NEWS
> > index 5827b206d9..4264a4cfc6 100644
> > --- a/NEWS
> > +++ b/NEWS
> > @@ -72,6 +72,10 @@ Major new features:
> >
> >    The LoongArch ABI is 64-bit little-endian.
> >
> > +* Support building x86-64 with multiple ISA levels.  Higher ISA levels
> > +  will use better optimized functions in the dynamic loader and
> > +  non-multiarch build as well as reduce the size of libc.so.
>
> The initial sentence sounds terse, maybe "Support for building x86-64 with
> multiple ISA levels has been added".
>

Sure. Done in V2.
> > +
> >  Deprecated and removed features, and other changes affecting compatibility:
> >
> >  * Support for prelink will be removed in the next release; this includes'
>
diff mbox series

Patch

diff --git a/NEWS b/NEWS
index 5827b206d9..4264a4cfc6 100644
--- a/NEWS
+++ b/NEWS
@@ -72,6 +72,10 @@  Major new features:
 
   The LoongArch ABI is 64-bit little-endian.
 
+* Support building x86-64 with multiple ISA levels.  Higher ISA levels
+  will use better optimized functions in the dynamic loader and
+  non-multiarch build as well as reduce the size of libc.so.
+
 Deprecated and removed features, and other changes affecting compatibility:
 
 * Support for prelink will be removed in the next release; this includes