summaryrefslogtreecommitdiffstats
path: root/docs/cpu-target.md
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2024-11-20 01:08:20 +0800
committerGitHub <noreply@github.com>2024-11-19 09:08:20 -0800
commit0bf6a668208c65c980648fbe74a8c0a7bf4ded77 (patch)
tree02e3a58af7561daed342c1362aef8b5aaad8e489 /docs/cpu-target.md
parenta50de6bd32de1b064874480a2528fc994597f7ac (diff)
Markdown emphasis corrections (#5588)
* Add markdown formatting to extras/formatting.sh * Correct formatting in markdown * Warn on unrecognized argument in formatting script * Print all diffs in formatting script * Correct markdown emph formatting * Don't format markdown by default --------- Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to 'docs/cpu-target.md')
-rw-r--r--docs/cpu-target.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/cpu-target.md b/docs/cpu-target.md
index 8b9afabdd..1229cb3dd 100644
--- a/docs/cpu-target.md
+++ b/docs/cpu-target.md
@@ -52,9 +52,9 @@ SLANG_HOST_CPP_SOURCE, ///< C++ code for `host` style
Using the `-target` command line option
-* C_SOURCE: c
-* CPP_SOURCE: cpp,c++,cxx
-* HOST_CPP_SOURCE: host-cpp,host-c++,host-cxx
+* `C_SOURCE`: c
+* `CPP_SOURCE`: cpp,c++,cxx
+* `HOST_CPP_SOURCE`: host-cpp,host-c++,host-cxx
Note! Output of C source is not currently supported.
@@ -70,11 +70,11 @@ SLANG_OBJECT_CODE, ///< Object code that can be used for later link
Using the `-target` command line option
-* EXECUTABLE: exe, executable
-* SHADER_SHARED_LIBRARY: sharedlib, sharedlibrary, dll
-* SHADER_HOST_CALLABLE: callable, host-callable
-* OBJECT_CODE: object-conde
-* HOST_HOST_CALLABLE: host-host-callable
+* `EXECUTABLE`: exe, executable
+* `SHADER_SHARED_LIBRARY`: sharedlib, sharedlibrary, dll
+* `SHADER_HOST_CALLABLE`: callable, host-callable
+* `OBJECT_CODE`: object-conde
+* `HOST_HOST_CALLABLE`: host-host-callable
Using `host-callable` types from the the command line, other than to test such code compile and can be loaded for host execution.