Skip to content

Commit d4b8109

Browse files
Add missing vectorcall to isImplementationSupported
This fixes a downstream build failure with vcpkg for triplet x64-uwp. See PR: microsoft/vcpkg#24880
1 parent f5f29c7 commit d4b8109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/support_x86.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ static inline bool xgetbvCheck(unsigned int bits)
5959
}
6060

6161
Vc_TARGET_NO_SIMD
62-
bool isImplementationSupported(Implementation impl)
62+
bool Vc_VDECL isImplementationSupported(Implementation impl)
6363
{
6464
CpuId::init();
6565

0 commit comments

Comments
 (0)