From a8f9b712274bfdb4483b37ac2b919c429af2f38e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 28 Dec 2024 13:48:07 -0800 Subject: be more explicit in the default output --- src/apple_silicon/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/apple_silicon/src/main.rs b/src/apple_silicon/src/main.rs index b54c3ec..a1b6ba1 100644 --- a/src/apple_silicon/src/main.rs +++ b/src/apple_silicon/src/main.rs @@ -4,7 +4,7 @@ mod soc; fn main() { let cpu_info = soc::SocInfo::new().unwrap(); println!( - "our CPU is an {}, and we have {} cores, and {} GPU cores", + "our CPU is an {}, and we have {} CPU cores, and {} GPU cores", cpu_info.cpu_brand_name, cpu_info.num_cpu_cores, cpu_info.num_gpu_cores, ); } -- cgit v1.2.3