From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-x32d.google.com (mail-ot1-x32d.google.com [IPv6:2607:f8b0:4864:20::32d]) by sourceware.org (Postfix) with ESMTPS id 5A3493857005 for ; Wed, 27 Jul 2022 13:48:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5A3493857005 Received: by mail-ot1-x32d.google.com with SMTP id z12-20020a056830128c00b0061c8168d3faso12950041otp.7 for ; Wed, 27 Jul 2022 06:48:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:organization:in-reply-to :content-transfer-encoding; bh=OnG7K4i9eiPXsCKSxa+H8pXIFDyVcev4bj195b63LEQ=; b=m8vF/x7gYDDGJC/SpfNKxs9lrDgsrlVl4VSzIuua++tbOjFyoGT36jngQ3wD0uvgIU ZWb/cFzrJ7euCUqG1x3/jB5NPIsVKZjk1nVZw6vuBSsaIuJRpvVSJQI2MpdCrUzs8aHI /S4LfRLDA5PUQQ4iIpfDxcWS0M4S0mh3NVCpg7ElWbWmRJn+P8LmVbG7kv9o3Sd340bj gtiqM2AJsuSVXc3zh8pc9bd0em2gKmOvj9nsRo8KGDZB4XyeDDH8ZaeovDpUT3uxWLRW 3Nble5b3wzZ9r3lWttydaNgvSdkNy/pGNnJnu241Hw0TWTpXAtn3x+rg3N6KO443AQyX nnog== X-Gm-Message-State: AJIora+BgbIzmTChSVRdAlGsMJIqYaJ/RSvq6+Qmn8uehY+0NB4qAqPO 3oLunwj+1OYl0LTTGVUTbvVTQipXbOG6Uw== X-Google-Smtp-Source: AGRyM1s5zndrZdbjWgWtY9h9iUvWZerXMlnWZUGglUNh3Uo61GLLluJgAKHdftLKW6aFdToh3JNtig== X-Received: by 2002:a05:6830:3108:b0:61c:bd03:14f4 with SMTP id b8-20020a056830310800b0061cbd0314f4mr8714024ots.205.1658929685389; Wed, 27 Jul 2022 06:48:05 -0700 (PDT) Received: from ?IPV6:2804:431:c7cb:8ded:8925:49f1:c550:ee7d? ([2804:431:c7cb:8ded:8925:49f1:c550:ee7d]) by smtp.gmail.com with ESMTPSA id t18-20020a9d7f92000000b00616f2680487sm7431641otp.34.2022.07.27.06.48.04 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 27 Jul 2022 06:48:04 -0700 (PDT) Message-ID: <6cd90004-c37d-306b-3d0a-0c069e32a1dc@linaro.org> Date: Wed, 27 Jul 2022 10:48:02 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.0.3 Subject: Re: [PATCH v2] NEWS: Add entry for x86-64 ISA level build Content-Language: en-US To: libc-alpha@sourceware.org References: <20220727065841.2140573-1-goldstein.w.n@gmail.com> <20220727121023.2146666-1-goldstein.w.n@gmail.com> From: Adhemerval Zanella Netto Organization: Linaro In-Reply-To: <20220727121023.2146666-1-goldstein.w.n@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-11.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, URIBL_BLACK autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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: Wed, 27 Jul 2022 13:48:07 -0000 On 27/07/22 09:10, Noah Goldstein via Libc-alpha wrote: > --- > NEWS | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/NEWS b/NEWS > index 5827b206d9..968187b3e8 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 has been added. > + 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 LGTM, thanks. It is ok for 2.36.