Skip to content

Commit

Permalink
Merge pull request #859 from satcom886/master
Browse files Browse the repository at this point in the history
Mention LLC_TRIPLE in the CMake options
  • Loading branch information
pjaaskel committed Aug 19, 2020
2 parents 0ecd351 + 124a04f commit 984525e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/sphinx/source/install.rst
Expand Up @@ -193,6 +193,10 @@ use ";" as separator (you'll have to escape it for bash).
will find the suitable compiled library based on detected CPU features,
so it cannot fail (at worst it'll degrade to SSE2 library).

- ``-DLLC_TRIPLE=<something>`` Controls what target triple pocl is built for.
You can set this manually in case the autodetection fails.
Example value: ``x86_64-pc-linux-gnu``

- ``-DENABLE_TESTSUITES`` Which external (source outside pocl) testsuites to enable.
For the list of testsuites, see examples/CMakeLists.txt or the ``examples``
directory. Set to ``all`` and pocl will try to autodetect & enable everything
Expand Down

0 comments on commit 984525e

Please sign in to comment.