File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1296,7 +1296,7 @@ jobs:
12961296 WINDRES : windres
12971297 USE_SLEEF : 1
12981298 USE_OPENMP : 0
1299- USE_PYXES : 1
1299+ USE_PYXES : 0
13001300 USE_EMU_AVX : 1
13011301 _DEBUG : 0
13021302 run : |
@@ -1305,7 +1305,7 @@ jobs:
13051305 - name : Test JE (Windows MSYS2 x64)
13061306 shell : msys2 {0}
13071307 env :
1308- USE_PYXES : 1
1308+ USE_PYXES : 0
13091309 USE_EMU_AVX : 1
13101310 _DEBUG : 0
13111311 run : |
Original file line number Diff line number Diff line change 359359endif
360360
361361ifeq (j64avx512,$(j64x ) )
362- # not supported
363- OBJS_SIMDUTF8X = \
362+ OBJS_SIMDUTF8 = \
364363 utf/utf8_to_utf16le_avx512.o \
365364 utf/utf16le_to_utf8_avx512.o
366365endif
Original file line number Diff line number Diff line change @@ -357,8 +357,7 @@ OBJS_ASM0 = \
357357!endif
358358
359359!if "j64avx512"=="$(j64x)"
360- # not supported
361- OBJS_SIMDUTF8X= \
360+ OBJS_SIMDUTF8= \
362361 utf/utf8_to_utf16le_avx512.o \
363362 utf/utf16le_to_utf8_avx512.o
364363!endif
Original file line number Diff line number Diff line change 351351endif
352352
353353ifeq (j64avx512,$(j64x ) )
354- # not supported
355- OBJS_SIMDUTF8X = \
354+ OBJS_SIMDUTF8 = \
356355 utf/utf8_to_utf16le_avx512.o \
357356 utf/utf16le_to_utf8_avx512.o
358357endif
Original file line number Diff line number Diff line change @@ -351,8 +351,7 @@ OBJS_ASM0 = \
351351!endif
352352
353353!if "j64avx512"=="$(j64x)"
354- # not supported
355- OBJS_SIMDUTF8X= \
354+ OBJS_SIMDUTF8= \
356355 utf/utf8_to_utf16le_avx512.o \
357356 utf/utf16le_to_utf8_avx512.o
358357!endif
You can’t perform that action at this time.
0 commit comments