mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-10 08:12:21 +03:00
Move cpuid checks inline.
During fat runtime function resolution there was a chance that the PLT might not be initialised in time for us to call the cpuid check functions. Moving them inline means there is no PLT to worry about. Fixes #78
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
#include "parser/unsupported.h"
|
||||
#include "util/compile_error.h"
|
||||
#include "util/cpuid_flags.h"
|
||||
#include "util/cpuid_inline.h"
|
||||
#include "util/depth.h"
|
||||
#include "util/popcount.h"
|
||||
#include "util/target_info.h"
|
||||
|
Reference in New Issue
Block a user