Skip to content

Commit a3b830c

Browse files
committed
Set max_atomic_width to match risc0 value
Not entirely sure yet what we want this to be set to
1 parent b209026 commit a3b830c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/rust.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ index 000000000..7a09c78a4
3131
+ cpu: "generic-rv32".into(),
3232
+ features: "+e,+m".into(),
3333
+ llvm_abiname: "ilp32e".into(),
34-
+ max_atomic_width: Some(32),
34+
+ max_atomic_width: Some(64),
3535
+ os: "zkvm".into(),
3636
+ vendor: "athena".into(),
3737
+ singlethread: true,

0 commit comments

Comments
 (0)