[beast/devel: 17/26] BEAST-GTK: use new Rapicorn::cpu_info()
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast/devel: 17/26] BEAST-GTK: use new Rapicorn::cpu_info()
- Date: Mon, 13 Oct 2014 02:27:32 +0000 (UTC)
commit e087572c3c98774428c8ff1516b8a04853b824ea
Author: Tim Janik <timj gnu org>
Date: Sun Oct 12 05:29:26 2014 +0200
BEAST-GTK: use new Rapicorn::cpu_info()
beast-gtk/bstmain.cc | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/beast-gtk/bstmain.cc b/beast-gtk/bstmain.cc
index e9c9399..9753e8f 100644
--- a/beast-gtk/bstmain.cc
+++ b/beast-gtk/bstmain.cc
@@ -682,8 +682,7 @@ bst_exit_print_version (void)
g_print ("\n");
g_print ("Compiled for %s %s SSE plugins.\n", BST_ARCH_NAME, BSE_WITH_SSE_FLAGS ? "with" : "without");
g_print ("Intrinsic code selected according to runtime CPU detection:\n");
- const Rapicorn::CPUInfo cpu_info = Rapicorn::cpu_info();
- g_print ("%s", cpu_info_string (cpu_info).c_str());
+ g_print ("%s", Rapicorn::cpu_info().c_str());
g_print ("\n");
g_print ("Prefix: %s\n", BST_PATH_PREFIX);
g_print ("Doc Path: %s\n", BST_PATH_DOCS);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]