gnu: xsimd: Define SIMD.
* gnu/packages/cpp.scm (xsimd)[description]: Expand the @acronym.
This commit is contained in:
parent
902e944ef7
commit
c7e8bfe2ff
@ -212,11 +212,12 @@ combination of these streams.")
|
|||||||
`(("googletest" ,googletest)))
|
`(("googletest" ,googletest)))
|
||||||
(home-page "https://github.com/QuantStack/xsimd")
|
(home-page "https://github.com/QuantStack/xsimd")
|
||||||
(synopsis "C++ wrappers for SIMD intrinsics and math implementations")
|
(synopsis "C++ wrappers for SIMD intrinsics and math implementations")
|
||||||
(description "xsimd provides a unified means for using SIMD features for
|
(description
|
||||||
library authors. Namely, it enables manipulation of batches of numbers with
|
"xsimd provides a unified means for using @acronym{SIMD, single instruction
|
||||||
the same arithmetic operators as for single values. It also provides
|
multiple data} features for library authors. Namely, it enables manipulation of
|
||||||
accelerated implementation of common mathematical functions operating on
|
batches of numbers with the same arithmetic operators as for single values.
|
||||||
batches.")
|
It also provides accelerated implementation of common mathematical functions
|
||||||
|
operating on batches.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public chaiscript
|
(define-public chaiscript
|
||||||
|
Loading…
Reference in New Issue
Block a user