mac M1上开启MGE_ARMV8_2_FEATURE_FP16后,编译出错

mac M1上开启MGE_ARMV8_2_FEATURE_FP16后,编译出错:
/Users/jkd/Documents/work2/MegEngine/dnn/src/aarch64/matrix_mul/fp16/strategy.cpp:2419:20: error: conditional branch requires assembler-local label. ‘STORE_4x4_C_END’ is external.
“3:\n” STORE_C
^
/Users/jkd/Documents/work2/MegEngine/dnn/src/aarch64/matrix_mul/fp16/strategy.cpp:2345:30: note: expanded from macro ‘STORE_C’
“mov w1, %w[y_remain]\n” STORE_LINE(“8”, “0”) STORE_LINE(“9”, “1”)
^
/Users/jkd/Documents/work2/MegEngine/dnn/src/aarch64/matrix_mul/fp16/strategy.cpp:2314:6: note: expanded from macro ‘STORE_LINE’
“cbz w1, STORE_4x4_C_END\n”
^
:129:1: note: instantiated into assembly here
cbz w1, STORE_4x4_C_END
^
/Users/jkd/Documents/work2/MegEngine/dnn/src/aarch64/matrix_mul/fp16/strategy.cpp:2419:20: error: conditional branch requires assembler-local label. ‘STORE_4x4_LINE_END_0’ is external.
“3:\n” STORE_C
^
/Users/jkd/Documents/work2/MegEngine/dnn/src/aarch64/matrix_mul/fp16/strategy.cpp:2345:30: note: expanded from macro ‘STORE_C’
“mov w1, %w[y_remain]\n” STORE_LINE(“8”, “0”) STORE_LINE(“9”, “1”)
^
/Users/jkd/Documents/work2/MegEngine/dnn/src/aarch64/matrix_mul/fp16/strategy.cpp:2326:6: note: expanded from macro ‘STORE_LINE’

FIX already at dev branch
detail please check : MR