mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:19:00 +08:00
8f77dbb04f
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com> Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
17 lines
419 B
Diff
17 lines
419 B
Diff
diff --git a/src/support_x86.cpp b/src/support_x86.cpp
|
|
index 0ab9669..d5c17ba 100644
|
|
--- a/src/support_x86.cpp
|
|
+++ b/src/support_x86.cpp
|
|
@@ -58,8 +58,9 @@ static inline bool xgetbvCheck(unsigned int bits)
|
|
#endif
|
|
}
|
|
|
|
-Vc_TARGET_NO_SIMD
|
|
-bool isImplementationSupported(Implementation impl)
|
|
+
|
|
+Vc_TARGET_NO_SIMD
|
|
+bool Vc_VDECL isImplementationSupported(Vc::Implementation impl)
|
|
{
|
|
CpuId::init();
|
|
|