From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.1 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 13386 invoked from network); 21 Sep 2023 16:30:46 -0000 Received: from second.openwall.net (193.110.157.125) by inbox.vuxu.org with ESMTPUTF8; 21 Sep 2023 16:30:46 -0000 Received: (qmail 19605 invoked by uid 550); 21 Sep 2023 16:30:39 -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 19570 invoked from network); 21 Sep 2023 16:30:38 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20230601; t=1695313826; x=1695918626; darn=lists.openwall.com; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=ItI4yHyW+onzDlPV9nhQpYKPDm/pv9Sdut2dM9/nxtc=; b=cyqoEoKtIf83uzd9Ep/737924cSuZ/k4uNNETjn1DoYfLCw7/iN4vWqXmp3ks6EgCt we1rxuTIci57PuvcPX6uQTlLPTD7vGK0ohuGchQwCEWly+WUBUqHfPFrDmY9ADN+lamC BxN9VDeA18U6P4GOehymXKTT0cmZkmWdMFMWT72k6bcGPHkiwiY4DAJxcqxLxzSHMrt/ nKzGNJ25SCir6fUXnAWGoghnyq82QcBpKQrGE6zBdqzzHyWXDxidK+sc0zFWgMkqRrKl ZNIpf0XSlIi2GL2XdRc+rC8OrY2R7LS8vxOqb3+3U0t+wQCuEGmH1qvAAbs04zCBs8Pr IQrQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695313826; x=1695918626; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ItI4yHyW+onzDlPV9nhQpYKPDm/pv9Sdut2dM9/nxtc=; b=aUlzuL2sh2CwOpoNYateU2YevvbEjy7CozHFko1KScq23awLa3sk7g2MwuTYvTDJBI pP2zO2ygHMnPMGrza6f7R/s3DP7WFCF3AZj/7JZH4TQ1OC1U4BUeQrADhXq+C/++rKW+ MY1EmZD//6FGps0us5eEodx3FBBDTvu0ZgGKfoAteFovJX5E6vXZXCrVy/hmnyfrbJKY 2Ulxq3bitwGItyYaj8lEg7+iq2VGxe5LWQ6jjx7nWHcUP/F4ZccU/WodAkpfOGmqOzH7 m3sKoVpZqoGZTofnHBbQpr9UXZOBRbF5G/3HPORgMpr1ULigoLP6hz4cxbSfj/uaphPk H1dA== X-Gm-Message-State: AOJu0Yy/q8hNYccMH4XyMTaRd8cQS3aHKRQ5T+YevwUhebLrUigdrSSI 0SWDZIyRtPpvYUTB+cgZgwZywAIS0Y6Aj01AEv5jU99SMVe+N+g2jsI= X-Google-Smtp-Source: AGHT+IEkEGjlR5VSrcMY7B2MRr5p85+E/T1eSgOOfszG9XIGgDAhxiwn0+dTDaokhDfxhxP4G9LPWG9XQpMPfy8U1BA= X-Received: by 2002:a05:6870:e315:b0:1d0:fa7b:c3f9 with SMTP id z21-20020a056870e31500b001d0fa7bc3f9mr6142572oad.30.1695313826113; Thu, 21 Sep 2023 09:30:26 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: enh Date: Thu, 21 Sep 2023 09:30:10 -0700 Message-ID: To: musl@lists.openwall.com Cc: vincenzo.innocente@cern.ch, riemannic@gmail.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [musl] Accuracy of Mathematical Functions isn't Apple's libm (like Android's) largely the FreeBSD libm? are the Apple vs FreeBSD differences you found really FreeBSD/arm64 vs FreeBSD/x86-64 differences? (or differences between older and newer FreeBSD libms?) On Thu, Sep 21, 2023 at 12:31=E2=80=AFAM Paul Zimmermann wrote: > > Hi, > > we have updated our comparison: > > https://members.loria.fr/PZimmermann/papers/accuracy.pdf > > This update uses Musl 1.2.4 (the previous one was for Musl 1.2.3). > The two reported issues in double-extended precision (end of page 15) > are already fixed in the development version (thanks Szabolcs). > > This is a new version with updated versions of the different libraries an= d: > > * the Microsoft math library is now included (it was clearly missing) > * we also added the FreeBSD math library > * and we added some new C23 functions (acospi, cospi, ...) which are avai= lable > in the Intel and FreeBSD math libraries > > Paul Zimmermann