[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/13: gnu: xsimd: Define SIMD.
From: |
guix-commits |
Subject: |
05/13: gnu: xsimd: Define SIMD. |
Date: |
Mon, 16 Nov 2020 23:05:50 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit c7e8bfe2ff05af55bbe1207b0e50077689e5aeb2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 16 03:33:22 2020 +0100
gnu: xsimd: Define SIMD.
* gnu/packages/cpp.scm (xsimd)[description]: Expand the @acronym.
---
gnu/packages/cpp.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 1e2cd55..f0d8cd2 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -212,11 +212,12 @@ combination of these streams.")
`(("googletest" ,googletest)))
(home-page "https://github.com/QuantStack/xsimd";)
(synopsis "C++ wrappers for SIMD intrinsics and math implementations")
- (description "xsimd provides a unified means for using SIMD features for
-library authors. Namely, it enables manipulation of batches of numbers with
-the same arithmetic operators as for single values. It also provides
-accelerated implementation of common mathematical functions operating on
-batches.")
+ (description
+ "xsimd provides a unified means for using @acronym{SIMD, single
instruction
+multiple data} features for library authors. Namely, it enables manipulation
of
+batches of numbers with the same arithmetic operators as for single values.
+It also provides accelerated implementation of common mathematical functions
+operating on batches.")
(license license:bsd-3)))
(define-public chaiscript
- branch master updated (dc2de50 -> dc14cbd), guix-commits, 2020/11/16
- 02/13: gnu: youtube-dl: Update to 2020.11.17., guix-commits, 2020/11/16
- 01/13: gnu: pdfpc: Update to 4.4.1., guix-commits, 2020/11/16
- 04/13: gnu: xsimd: Update to 7.4.9., guix-commits, 2020/11/16
- 05/13: gnu: xsimd: Define SIMD.,
guix-commits <=
- 06/13: gnu: python-peewee: Update to 3.14.0., guix-commits, 2020/11/16
- 10/13: gnu: livemedia-utils: Update to 2020.11.05., guix-commits, 2020/11/16
- 03/13: gnu: gnu-pw-mgr: Update to 2.7.4., guix-commits, 2020/11/16
- 07/13: gnu: python-pypika: Update to 0.44.0., guix-commits, 2020/11/16
- 09/13: gnu: wireguard-linux-compat: Update to 1.0.20201112., guix-commits, 2020/11/16
- 11/13: gnu: livemedia-utils: Cross-compile., guix-commits, 2020/11/16
- 08/13: gnu: arc-theme: Update to 20201013., guix-commits, 2020/11/16
- 12/13: gnu: mpop: Update to 1.4.11., guix-commits, 2020/11/16
- 13/13: gnu: enet: Update to 1.3.17., guix-commits, 2020/11/16