mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Fix GCC compile
This commit is contained in:
@ -370,7 +370,6 @@ void asm_cpuid(uint32_t* abcd, uint32_t eax)
|
||||
#define cpuid(info, x) __cpuidex(info, x, 0)
|
||||
#else
|
||||
// GCC Intrinsics
|
||||
#include <cpuid.h>
|
||||
void cpuid(int info[4], int InfoType) {
|
||||
__cpuid_count(InfoType, 0, info[0], info[1], info[2], info[3]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user