summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/cpu-target.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/cpu-target.md b/docs/cpu-target.md
index d6bc34880..d9734ae90 100644
--- a/docs/cpu-target.md
+++ b/docs/cpu-target.md
@@ -83,6 +83,8 @@ The returned function pointer should be cast to the appropriate function signatu
For pass through compilation of C/C++ this mechanism allows any functions marked for export to be directly queried.
+For a complete example on how to execute CPU code using `spGetEntryPointHostCallable` look at code in `example/cpu-hello-world`.
+
ABI
===