[UCRT:VCRUNTIME] Implement __isa_available_init()

This commit is contained in:
Timo Kreuzer 2024-12-02 13:56:48 +02:00
parent 9c887efa0e
commit 8aab548ecd
2 changed files with 66 additions and 0 deletions

View file

@ -5,6 +5,7 @@ list(APPEND UCRT_VCRUNTIME_SOURCES
vcruntime/__security_init_cookie.c
vcruntime/__vcrt_init.c
vcruntime/initializers.cpp
vcruntime/isa_available.cpp
)
if(${ARCH} STREQUAL "i386")