Skip to content

Commit ab39671

Browse files
authored
runtime_intrinsics.c: Remove another duplicated line
1 parent 923bc86 commit ab39671

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/runtime_intrinsics.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,6 @@ static void jl_##name##16(unsigned runtime_nbits, void *pa, void *pb, void *pc,
902902
runtime_nbits = 16; \
903903
float R = OP(A, B, C); \
904904
*(uint16_t*)pr = float_to_half(R); \
905-
*(uint16_t*)pr = float_to_half(R); \
906905
}
907906

908907
#define ter_intrinsic_bfloat(OP, name) \

0 commit comments

Comments
 (0)