Skip to content

Commit 9c3fe89

Browse files
authored
[mono] fallback to scalar operation for ExtractMostSignificantBits (#117276)
Add a scalar fallback for ExtractMostSignificantBits related to 8dcc633#r2167007340
1 parent 7c1ba5e commit 9c3fe89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mono/mono/mini/simd-intrinsics.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2517,6 +2517,7 @@ emit_sri_vector (MonoCompile *cfg, MonoMethod *cmethod, MonoMethodSignature *fsi
25172517

25182518
return emit_simd_ins_for_sig (cfg, klass, OP_SSE_MOVMSK, -1, type, fsig, args);
25192519
#endif
2520+
return NULL;
25202521
}
25212522
case SN_GetElement: {
25222523
int elems;

0 commit comments

Comments
 (0)