We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a31213 commit 5acab2dCopy full SHA for 5acab2d
src/librustc_target/spec/x86_64_fortanix_unknown_sgx.rs
@@ -49,6 +49,7 @@ pub fn target() -> Result<Target, String> {
49
max_atomic_width: Some(64),
50
panic_strategy: PanicStrategy::Abort,
51
cpu: "x86-64".into(),
52
+ features: "+rdrnd,+rdseed".into(),
53
position_independent_executables: true,
54
pre_link_args: iter::once(
55
(LinkerFlavor::Gcc, PRE_LINK_ARGS.iter().cloned().map(String::from).collect())
0 commit comments