Skip to content

Commit 9ff78c7

Browse files
committed
viixamd64 on windows
1 parent 7aa5e3f commit 9ff78c7

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
@@ -349,7 +349,8 @@ endif
349349
ifeq (j64avx512,$(j64x))
350350
OBJS_SIMDUTF8= \
351351
utf/utf8_to_utf16le_avx512.o \
352-
utf/utf16le_to_utf8_avx512.o
352+
utf/utf16le_to_utf8_avx512.o \
353+
viixamd64.o
353354
endif
354355

355356
ifdef READLINE

makemsvc/jamalgam/makefile.win

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,8 @@ OBJS_ASM0 = \
347347
!if "j64avx512"=="$(j64x)"
348348
OBJS_SIMDUTF8= \
349349
utf/utf8_to_utf16le_avx512.o \
350-
utf/utf16le_to_utf8_avx512.o
350+
utf/utf16le_to_utf8_avx512.o \
351+
viixamd64.o
351352
!endif
352353

353354
!ifdef READLINE

makemsvc/jdll/makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@ endif
342342
ifeq (j64avx512,$(j64x))
343343
OBJS_SIMDUTF8= \
344344
utf/utf8_to_utf16le_avx512.o \
345-
utf/utf16le_to_utf8_avx512.o
345+
utf/utf16le_to_utf8_avx512.o \
346+
viixamd64.o
346347
endif
347348

348349
DEF = ../dllsrc/jdll.def

makemsvc/jdll/makefile.win

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,8 @@ OBJS_ASM0 = \
341341
!if "j64avx512"=="$(j64x)"
342342
OBJS_SIMDUTF8= \
343343
utf/utf8_to_utf16le_avx512.o \
344-
utf/utf16le_to_utf8_avx512.o
344+
utf/utf16le_to_utf8_avx512.o \
345+
viixamd64.o
345346
!endif
346347

347348
DEF = ../dllsrc/jdll.def

0 commit comments

Comments
 (0)