Skip to content

Commit a733305

Browse files
committed
not for windows avx512
1 parent d166a79 commit a733305

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

makemsvc/jamalgam/makefile

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

361361
ifeq (j64avx512,$(j64x))
362-
OBJS_SIMDUTF8= \
362+
# not supported
363+
OBJS_SIMDUTF8X= \
363364
utf/utf8_to_utf16le_avx512.o \
364365
utf/utf16le_to_utf8_avx512.o
365366
endif

makemsvc/jamalgam/makefile.win

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,8 @@ OBJS_ASM0 = \
357357
!endif
358358

359359
!if "j64avx512"=="$(j64x)"
360-
OBJS_SIMDUTF8= \
360+
# not supported
361+
OBJS_SIMDUTF8X= \
361362
utf/utf8_to_utf16le_avx512.o \
362363
utf/utf16le_to_utf8_avx512.o
363364
!endif

makemsvc/jdll/makefile

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

353353
ifeq (j64avx512,$(j64x))
354-
OBJS_SIMDUTF8= \
354+
# not supported
355+
OBJS_SIMDUTF8X= \
355356
utf/utf8_to_utf16le_avx512.o \
356357
utf/utf16le_to_utf8_avx512.o
357358
endif

makemsvc/jdll/makefile.win

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,8 @@ OBJS_ASM0 = \
351351
!endif
352352

353353
!if "j64avx512"=="$(j64x)"
354-
OBJS_SIMDUTF8= \
354+
# not supported
355+
OBJS_SIMDUTF8X= \
355356
utf/utf8_to_utf16le_avx512.o \
356357
utf/utf16le_to_utf8_avx512.o
357358
!endif

0 commit comments

Comments
 (0)