Skip to content

Commit 14bbb92

Browse files
committed
Make the name of the intermediate library more closely match the intrinsic
1 parent 7f414fe commit 14bbb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ mod c {
543543
&[(1, "relax"), (2, "acq"), (3, "rel"), (4, "acq_rel")]
544544
{
545545
let library_name = format!(
546-
"liboutline_atomic_helper_{}_{}_{}.a",
546+
"liboutline_atomic_helper_{}{}_{}.a",
547547
instruction_type, size, model_name
548548
);
549549
let sym = format!("__aarch64_{}{}_{}", instruction_type, size, model_name);

0 commit comments

Comments
 (0)