From 25dc92f88838f9d0e8227269ad543259de42abd3 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 5 Nov 2017 21:56:12 +0100 Subject: [PATCH] Add a note about platform support list not being complete. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4a33774..3d048990 100644 --- a/README.md +++ b/README.md @@ -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)