mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-17 03:48:38 +00:00
Add Emacs and Vi files to gitignore
This commit is contained in:
parent
36a97733de
commit
db97202654
12
.gitignore
vendored
12
.gitignore
vendored
@ -38,6 +38,18 @@ a.out
|
||||
|
||||
*.o
|
||||
|
||||
#################
|
||||
## Emacs
|
||||
#################
|
||||
*~
|
||||
\#*\#
|
||||
|
||||
#################
|
||||
## Vi swap
|
||||
#################
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
#################
|
||||
## Eclipse
|
||||
#################
|
||||
|
2
cpu.cpp
2
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*);
|
||||
|
Loading…
x
Reference in New Issue
Block a user