We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e62516 commit bab224dCopy full SHA for bab224d
src/intrinsics/mod.rs
@@ -968,8 +968,6 @@ pub(crate) fn codegen_intrinsic_call<'tcx>(
968
let old = CValue::by_val(old, layout);
969
ret.write_cvalue(fx, old);
970
};
971
-
972
- // FIXME https://github.com/bytecodealliance/wasmtime/issues/2647
973
_ if intrinsic.as_str().starts_with("atomic_nand"), (v ptr, c src) {
974
let layout = src.layout();
975
validate_atomic_type!(fx, intrinsic, span, layout.ty);
0 commit comments