libsdl-org / SDL

Simple Directmedia Layer
https://libsdl.org
zlib License
9.58k stars 1.78k forks source link

arm64 asm, __chkstk, and cmake #8963

Open sezero opened 8 months ago

sezero commented 8 months ago

Our current MSVC code is missing __chkstk for arm64 and we are blaming cmake for it referencing cmake issue reported at https://gitlab.kitware.com/cmake/cmake/-/issues/18912

Any progress on this?

I found armasm support merges among cmake gitlab PRs. along with some open issues - other and newer than the one above: https://gitlab.kitware.com/cmake/cmake/-/merge_requests/7793 https://gitlab.kitware.com/cmake/cmake/-/issues/24317

@madebr ?

sezero commented 6 months ago

Any progress on this?