From 78c3e094ca7bd835e97d400d2282434105a654db Mon Sep 17 00:00:00 2001 From: jethrogb Date: Wed, 9 Jan 2019 14:32:04 +0530 Subject: [PATCH] Update conditional-compilation.md --- src/conditional-compilation.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/conditional-compilation.md b/src/conditional-compilation.md index 08de20ced..09025c111 100644 --- a/src/conditional-compilation.md +++ b/src/conditional-compilation.md @@ -163,16 +163,18 @@ Possible values: * `"16"` * `"32"` * `"64"` +* `"128"` * `"ptr"` ### `target_vendor` Key-value option set once with the vendor of the target. -Possible values: +Example values: * `"apple"` * `"pc"` +* `"sgx"` * `"unknown"` ### `test` @@ -307,4 +309,4 @@ println!("I'm running on a {} machine!", machine_kind); [crate type]: linkage.html [expressions]: expressions.html [items]: items.html -[metaitem]: attributes.html \ No newline at end of file +[metaitem]: attributes.html