Browse Source
gnu: volk: Fix typo in description.
* gnu/packages/engineering.scm (volk)[description]: Fix typo.
wip-haskell-updates-2
Tobias Geerinckx-Rice
2 years ago
No known key found for this signature in database
GPG Key ID: DB0FF884F556D79
1 changed files with
1 additions and
1 deletions
-
gnu/packages/engineering.scm
|
|
@ -1064,7 +1064,7 @@ the 'showing the effect of'-style of operation.") |
|
|
|
(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+))) |
|
|
|
|
|
|
|