guix-commits
[Top][All Lists]
Advanced

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

11/12: gnu: libfive: Mark as tunable.


From: guix-commits
Subject: 11/12: gnu: libfive: Mark as tunable.
Date: Thu, 16 Dec 2021 12:19:08 -0500 (EST)

civodul pushed a commit to branch wip-cpu-tuning
in repository guix.

commit 86aee9330ad9979431bf174276388c72b6b06803
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Dec 4 18:07:54 2021 +0100

    gnu: libfive: Mark as tunable.
    
    * gnu/packages/engineering.scm (libfive)[properties]: New field.
---
 gnu/packages/engineering.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index edc0f51..709b6d2 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -829,7 +829,10 @@ function calls into the geometry kernel: everything is 
visible to the user.
 Even fundamental, primitive shapes are represented as code in the user-level
 language.")
       (license (list license:mpl2.0               ;library
-                     license:gpl2+)))))           ;Guile bindings and GUI
+                     license:gpl2+))              ;Guile bindings and GUI
+
+      ;; Mark as tunable to take advantage of SIMD code in Eigen.
+      (properties '((tunable? . #t))))))
 
 (define-public inspekt3d
   (let ((commit "703f52ccbfedad2bf5240bf8183d1b573c9d54ef")



reply via email to

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