From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1236143-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5137913835B for <garchives@archives.gentoo.org>; Wed, 30 Dec 2020 23:02:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82026E0B51; Wed, 30 Dec 2020 23:02:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C3B9E0B51 for <gentoo-commits@lists.gentoo.org>; Wed, 30 Dec 2020 23:02:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B1AA3417E5 for <gentoo-commits@lists.gentoo.org>; Wed, 30 Dec 2020 23:02:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 563B3483 for <gentoo-commits@lists.gentoo.org>; Wed, 30 Dec 2020 23:02:45 +0000 (UTC) From: "Aisha Tammy" <gentoo@aisha.cc> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" <gentoo@aisha.cc> Message-ID: <1609369356.5dad274f717f9fc19154a20110d45aafdefc6716.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/dsfmt/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/dsfmt/metadata.xml X-VCS-Directories: sci-mathematics/dsfmt/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 5dad274f717f9fc19154a20110d45aafdefc6716 X-VCS-Branch: master Date: Wed, 30 Dec 2020 23:02:45 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5a096034-a769-47fe-a817-bbce4c852b03 X-Archives-Hash: 5280ef1734f26e17a2470e063ad58e13 commit: 5dad274f717f9fc19154a20110d45aafdefc6716 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Wed Dec 30 23:02:06 2020 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc> CommitDate: Wed Dec 30 23:02:36 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5dad274f sci-mathematics/dsfmt: format metadata Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> sci-mathematics/dsfmt/metadata.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sci-mathematics/dsfmt/metadata.xml b/sci-mathematics/dsfmt/metadata.xml index d2482ce5f..736cfc4dc 100644 --- a/sci-mathematics/dsfmt/metadata.xml +++ b/sci-mathematics/dsfmt/metadata.xml @@ -6,12 +6,12 @@ <name>Gentoo Mathematics Project</name> </maintainer> <longdescription lang="en"> -The purpose of Double precision SIMD-oriented Fast Mersenne Twister (dSFMT) -is to speed up the generation by avoiding the expensive conversion -of integer to double (floating point). dSFMT directly generates -double precision floating point pseudorandom numbers which have the -IEEE Standard for Binary Floating-Point Arithmetic (ANSI/IEEE Std -754-1985) format. dSFMT is only available on the CPUs which use IEEE -754 format double precision floating point numbers. -</longdescription> + The purpose of Double precision SIMD-oriented Fast Mersenne Twister (dSFMT) + is to speed up the generation by avoiding the expensive conversion + of integer to double (floating point). dSFMT directly generates + double precision floating point pseudorandom numbers which have the + IEEE Standard for Binary Floating-Point Arithmetic (ANSI/IEEE Std + 754-1985) format. dSFMT is only available on the CPUs which use IEEE + 754 format double precision floating point numbers. + </longdescription> </pkgmetadata>