mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: volk: Fix typo in description.
* gnu/packages/engineering.scm (volk)[description]: Fix typo.
This commit is contained in:
parent
40f986db30
commit
5ed89cac64
1 changed files with 1 additions and 1 deletions
|
@ -1064,7 +1064,7 @@ (define-public volk
|
|||
(synopsis "Vector-Optimized Library of Kernels")
|
||||
(description
|
||||
"@code{volk} contains procedures with machine-specific optimizations
|
||||
for mathematical functions. It also provides an machine-independent
|
||||
for mathematical functions. It also provides a machine-independent
|
||||
interface to select the best such procedures to use on a given system.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue