You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let op:fn(super::int_ty!($bytes),super::int_ty!($bytes)) -> _ = $($op)*;
76
86
let expected = op(old, val);
77
-
assert_eq!(old,unsafe{ compiler_builtins::aarch64_linux::$name::$name(val,&mut target)},"{} should return original value", stringify!($name));
87
+
assert_eq!(old,unsafe{ compiler_builtins::aarch64_outline_atomics::$name::$name(val,&mut target)},"{} should return original value", stringify!($name));
78
88
assert_eq!(expected, target,"{} should store to target", stringify!($name));
0 commit comments