aboutsummaryrefslogtreecommitdiff
path: root/docs/00_introduction.dox
diff options
context:
space:
mode:
authorMoritz Pflanzer <moritz.pflanzer@arm.com>2017-07-21 10:09:30 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-09-17 14:16:42 +0100
commit2b26b850c0cff6a25f1012e9e4e7fe6654364a88 (patch)
treeedcdc33134d8f7dd597f906f7338b7ed1b08ebcf /docs/00_introduction.dox
parent07674de63f2bcec1870cb6185866b54c13e7b035 (diff)
downloadComputeLibrary-2b26b850c0cff6a25f1012e9e4e7fe6654364a88.tar.gz
COMPMID-415: Remove google benchmark from documentation
Change-Id: I4aa3801373c7a5e67babcaff6f07da613db11e7f Reviewed-on: http://mpd-gerrit.cambridge.arm.com/81276 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'docs/00_introduction.dox')
-rw-r--r--docs/00_introduction.dox2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index 529667a18f..4d514ea5ae 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -355,8 +355,6 @@ Example:
@b pmu: Enable the PMU cycle counter to measure execution time in benchmark tests. (Your device needs to support it)
-@note You will need the Boost Program options and Google Benchmark headers and libraries to build the benchmark tests. See @ref building_google_benchmark for more information.
-
@b openmp Build in the OpenMP scheduler for NEON.
@note Only works when building with g++ not clang++