Skip to content

Commit 3b2bac8

Browse files
committed
ip
1 parent a733305 commit 3b2bac8

5 files changed

Lines changed: 6 additions & 10 deletions

File tree

.github/workflows/jsource.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

makemsvc/jamalgam/makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,7 @@ else
359359
endif
360360

361361
ifeq (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
366365
endif

makemsvc/jamalgam/makefile.win

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

makemsvc/jdll/makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,7 @@ else
351351
endif
352352

353353
ifeq (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

makemsvc/jdll/makefile.win

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)