guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: news: Add 'de' translation.


From: guix-commits
Subject: branch master updated: news: Add 'de' translation.
Date: Sun, 02 Jan 2022 08:57:48 -0500

This is an automated email from the git hooks/post-receive script.

pelzflorian pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8fcf947591 news: Add 'de' translation.
8fcf947591 is described below

commit 8fcf947591413a92432da605c8da11375b612bc3
Author: Florian Pelz <pelzflorian@pelzflorian.de>
AuthorDate: Sun Jan 2 14:32:23 2022 +0100

    news: Add 'de' translation.
    
    * etc/news.scm: Add German translation of ‘--tune’ entry.
---
 etc/news.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/etc/news.scm b/etc/news.scm
index 6e7c1a5e5d..dbbaace398 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -28,6 +28,7 @@
  (entry (commit "d090e9c37d693f5a0f381482c17fb03462cb6a48")
         (title
          (en "New @option{--tune} option for CPU micro-architecture tuning")
+         (de "Neue Option @option{--tune} ermöglicht 
mikroarchitekturspezifische Optimierungen")
          (fr "Nouvelle option @option{--tune} pour optimiser pour une
 micro-architecture"))
         (body
@@ -46,6 +47,22 @@ guix install gnuastro --tune
 
 Run @command{info \"(guix) Package Transformation Options\"} for more
 information.")
+         (de "Die neue Paketumwandlungsoption @option{--tune} lässt Guix die
+betroffenen Pakete an die im Prozessor dieses Rechners benutzte
+Mikroarchitektur anpassen.  Dadurch kann der Compiler Befehle für
+Single-Instruction/Multiple-Data (SIMD) einsetzen, die über den gemeinsamen
+Befehlssatz hinausgehen. Das kann in manchen Fällen die Leistung beträchtlich
+steigern, etwa für Berechnungen der linearen Algebra.
+
+Zum Beispiel würden Sie so die GNU-Astronomieprogramme unter Nutzung einer
+optimierten Variante der GNU Scientific Library (GSL) installieren:
+
+@example
+guix install gnuastro --tune
+@end example
+
+Führen Sie für mehr Informationen @command{info \"(guix.de)
+Paketumwandlungsoptionen\"} aus.")
          (fr "La nouvelle option de transformation de paquets @option{--tune}
 demande à Guix d'optimiser les paquets pour lesquels c'est pertinent pour la
 micro-architecture du processeur hôte.  Cela permet au compilateur d'utiliser



reply via email to

[Prev in Thread] Current Thread [Next in Thread]