gnu: volk: Improve description mark-up.

* gnu/packages/engineering.scm (volk)[description]: Substitute
@acronym for the less appropriate @code.
This commit is contained in:
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

View file

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