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