From db97202654bf93aff555211ba47de3ee5f93e3a2 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 15 Feb 2020 03:50:15 -0500 Subject: Add Emacs and Vi files to gitignore --- cpu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu.cpp') diff --git a/cpu.cpp b/cpu.cpp index 13cda3dd..95561742 100644 --- a/cpu.cpp +++ b/cpu.cpp @@ -58,7 +58,7 @@ unsigned long int getauxval(unsigned long int) { return 0; } #endif // Visual Studio 2008 and below are missing _xgetbv and _cpuidex. -// See x64dll.asm for the function bodies. +// The 32-bit versions use inline ASM below. The 64-bit versions are in x64dll.asm. #if defined(_MSC_VER) && defined(_M_X64) extern "C" unsigned long long __fastcall XGETBV64(unsigned int); extern "C" unsigned long long __fastcall CPUID64(unsigned int, unsigned int, unsigned int*); -- cgit v1.2.1