From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.2 Received: from mother.openwall.net (mother.openwall.net [195.42.179.200]) by inbox.vuxu.org (OpenSMTPD) with SMTP id 9a10d677 for ; Mon, 13 Jan 2020 08:23:57 +0000 (UTC) Received: (qmail 32541 invoked by uid 550); 13 Jan 2020 08:23:55 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 32506 invoked from network); 13 Jan 2020 08:23:54 -0000 X-Authentication-Warning: key0.esi.com.au: damianm owned process doing -bs Date: Mon, 13 Jan 2020 19:23:38 +1100 (AEDT) From: Damian McGuckin To: musl@lists.openwall.com Message-ID: User-Agent: Alpine 2.02 (LRH 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Subject: [musl] trunc.c : Is a change to a routine as basic as trunc, a routine that often appears as assembler within MUSL. I was working with it in a different context to MUSL and found that with some tweaks, the number of lines of assembler produced by GCC dropped by over 10%. - Damian