From 4abc57a4145471d9a9e2efbb06f52d3d538952fd Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 30 Oct 2017 21:47:15 +0100 Subject: [PATCH] More verified platforms. --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2b44150b..8798d786 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,17 @@ 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 and Thread Local Storage. 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: -- Windows (x64) -- Linux (x64, ARM64) +- Windows (x86, x64) +- Linux (x86, x64, ARM, ARM64) - Android (ARM, x86) -Other platforms should also work fine. +The following compilers are supported: + +- MSVC +- gcc +- clang ### High-level overview