From ed322ae3a64505865c203e0caa9f6556b1885dc0 Mon Sep 17 00:00:00 2001 From: Cristiano Urban Date: Sat, 10 Apr 2021 02:04:41 +0100 Subject: libraries/libcpuid: Updated for version 0.5.1. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- libraries/libcpuid/README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libraries/libcpuid/README') diff --git a/libraries/libcpuid/README b/libraries/libcpuid/README index 80e031c94c..6184ae2206 100644 --- a/libraries/libcpuid/README +++ b/libraries/libcpuid/README @@ -1,13 +1,13 @@ libcpuid (library for x86 CPU detection) -libcpuid is a small C library for x86 CPU detection and feature extraction. -Using it, you can: +libcpuid is a small C library for x86 CPU detection and feature +extraction. Using it, you can: * get the processor vendor, model, brand string, code name * get information about CPU features such as: number of cores or logical CPUs, cache sizes, CPU clock -* check if the processor implements a specific instruction set such as SSE2 - or 3DNow! +* check if the processor implements a specific instruction set such as + SSE2 or 3DNow! * execute the CPUID and RDTSC instructions (portably!) * and have this all in your commercial application, without getting into trouble. -- cgit v1.2.3-65-gdbad