Skip to content

Commit

Permalink
Update libcpuid to version 0.6.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Oct 28, 2023
1 parent fff423c commit cd61b22
Show file tree
Hide file tree
Showing 16 changed files with 740 additions and 190 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dd.mm.yy hh:mm - smooth alpha 0.9.11
- fixed crash querying CPU info on systems without affinity setting support in libcpuid

- upgraded fribidi to version 1.0.13
- upgraded libcpuid to version 0.6.4
- upgraded libxml2 to version 2.11.5
- upgraded libcurl to version 8.4.0
- upgraded libpng to version 1.6.40
Expand Down
2 changes: 1 addition & 1 deletion libraries/libcpuid/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ifeq ($(BUILD_LINUX),True)
endif

# Enter object files here:
OBJECTS = asm-bits.o cpuid_main.o libcpuid_util.o rdtsc.o recog_amd.o recog_intel.o
OBJECTS = asm-bits.o cpuid_main.o libcpuid_util.o rdtsc.o recog_amd.o recog_centaur.o recog_intel.o

## Do not change anything below this line. ##

Expand Down
32 changes: 32 additions & 0 deletions libraries/libcpuid/centaur_code_t.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
/*
* Copyright 2023 Veselin Georgiev,
* anrieffNOSPAM @ mgail_DOT.com (convert to gmail)
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
* IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/*
* This file contains a list of internal codes we use in detection. It is
* of no external use and isn't a complete list of Centaur products.
*/
CODE2(VIA, 3000),
CODE(ZHAOXIN),
Loading

0 comments on commit cd61b22

Please sign in to comment.