[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: rav1e: Mark as tunable.
From: |
guix-commits |
Subject: |
06/07: gnu: rav1e: Mark as tunable. |
Date: |
Sun, 10 Mar 2024 06:51:47 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 8e7ed3b71536bb0c0452d1bdc6345055c3585f7d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Mar 6 13:06:10 2024 +0200
gnu: rav1e: Mark as tunable.
* gnu/packages/video.scm (rav1e)[properties]: Mark package as tunable.
Change-Id: Icaf3615ce6f1e76416543a1285af5f1fdaec3589
---
gnu/packages/video.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c4660c8998..94334e0c97 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -6021,6 +6021,8 @@ result in several formats:
(description "@code{rav1e} is an AV1 video encoder. It is designed to
eventually cover all use cases, though in its current form it is most suitable
for cases where libaom (the reference encoder) is too slow.")
+ ;; This package shows a large speed boost when tuned for newer
architectures.
+ (properties `((tunable? . #t)))
(license license:bsd-2)))
(define-public peek
- branch master updated (3b38cbe8c2 -> 2a8018e42c), guix-commits, 2024/03/10
- 02/07: gnu: clang: Move compiler-cpu-architectures to llvm-meta.scm., guix-commits, 2024/03/10
- 07/07: gnu: python-next: Skip another test., guix-commits, 2024/03/10
- 01/07: gnu: check-0.14: Fix build on powerpc-linux., guix-commits, 2024/03/10
- 06/07: gnu: rav1e: Mark as tunable.,
guix-commits <=
- 03/07: cpu: Remove duplicate clang-compiler-cpu-architecture entry., guix-commits, 2024/03/10
- 04/07: gnu: rust: Add tuning information., guix-commits, 2024/03/10
- 05/07: transformations: Add support for rust., guix-commits, 2024/03/10