added CPUID code from rbench and get_cpl to be used by the
authorJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 2 May 2022 22:26:18 +0000 (01:26 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Mon, 2 May 2022 22:26:18 +0000 (01:26 +0300)
commitfb3df30d97e3824335a6c17fd8d49b9706b6b3c7
tree63c0d9e258c598e78198716031cca2151e9d948e
parent32e06b252cd46593476310508d7d8316ed103a24
added CPUID code from rbench and get_cpl to be used by the
write-combining enable in gfx.c (again backported from rbench)
.gitignore
src/cpuid.c [new file with mode: 0644]
src/cpuid.h [new file with mode: 0644]
src/cpuid_s.asm [new file with mode: 0644]
src/dos/audos.c
src/dos/main.c
src/glut/main.c
src/sdl/main.c
src/util.h