me
/
guix
Archived
1
0
Fork 0

gnu: volk: Improve description mark-up.

* gnu/packages/engineering.scm (volk)[description]: Substitute
@acronym for the less appropriate @code.
master
Tobias Geerinckx-Rice 2020-06-15 14:35:22 +02:00
parent 5ed89cac64
commit 4df47410cf
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 3 deletions

View File

@ -1063,9 +1063,10 @@ the 'showing the effect of'-style of operation.")
(home-page "https://www.libvolk.org/")
(synopsis "Vector-Optimized Library of Kernels")
(description
"@code{volk} contains procedures with machine-specific optimizations
for mathematical functions. It also provides a machine-independent
interface to select the best such procedures to use on a given system.")
"@acronym{VOLK, Vector-Optimized Library of Kernels} contains procedures
with machine-specific optimizations 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+)))
(define-public minicom