glasm: Remove duplicated Fp64 pack instructions on GLASM

pull/8/head
ReinUsesLisp 4 years ago committed by ameerj
parent 45ef62d3ba
commit 99352741af

@ -249,14 +249,6 @@ void EmitWriteSharedU128(EmitContext& ctx, ScalarU32 offset, Register value) {
NotImplemented();
}
void EmitPackDouble2x32(EmitContext& ctx, Register value) {
NotImplemented();
}
void EmitUnpackDouble2x32(EmitContext& ctx, Register value) {
NotImplemented();
}
void EmitGetZeroFromOp(EmitContext& ctx) {
NotImplemented();
}

Loading…
Cancel
Save