Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/mono/mono/mini/interp/transform-simd.c
Original file line numberDiff line numberDiff line change
Expand Up@@ -179,6 +179,7 @@ static guint16 packedsimd_alias_methods [] = {
SN_WidenUpper,
SN_Xor,
// operators
#if 0
Comment thread
lewing marked this conversation as resolved.
SN_op_Addition,
SN_op_BitwiseAnd,
SN_op_BitwiseOr,
Expand All@@ -191,6 +192,7 @@ static guint16 packedsimd_alias_methods [] = {
SN_op_Subtraction,
SN_op_UnaryNegation,
SN_op_UnsignedRightShift,
#endif
};

static MonoTypeEnum
Expand Down