Add a note about platform support list not being complete.

This commit is contained in:
Bartosz Taudul 2017-11-05 21:56:12 +01:00
parent b753b02c10
commit 25dc92f888

View File

@ -4,7 +4,7 @@ Tracy is a frame profiler that can be used for remote or embedded telemetry of y
![](doc/profiler.png)
Tracy requires compiler support for C++11, Thread Local Storage and a way to workaround static initialization order fiasco. There are no other requirements. The following platforms are confirmed to be working:
Tracy requires compiler support for C++11, Thread Local Storage and a way to workaround static initialization order fiasco. There are no other requirements. The following platforms are confirmed to be working (this is not a complete list):
- Windows (x86, x64)
- Linux (x86, x64, ARM, ARM64)