wolfpld / tracy

Frame profiler
https://tracy.nereid.pl/
Other
8.61k stars 592 forks source link

TracyClient build fails on Windows for ARM #807

Closed Ravbug closed 3 weeks ago

Ravbug commented 4 weeks ago

Building TracyClient for Windows ARM64 fails with the following errors:

tracy\public\client\TracyProfiler.hpp(199,62): error C3861: '__rdtsc': identifier not found

tracy\public\client\tracy_rpmalloc.cpp(785,2): error C3861: '_mm_pause': identifier not found

Is Windows for ARM support planned?

wolfpld commented 4 weeks ago

There are no such plans. You can implement it yourself and submit a PR.