File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -349,7 +349,8 @@ endif
349349ifeq (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
353354endif
354355
355356ifdef READLINE
Original file line number Diff line number Diff line change @@ -347,7 +347,8 @@ OBJS_ASM0 = \
347347!if "j64avx512"=="$(j64x)"
348348OBJS_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
Original file line number Diff line number Diff line change @@ -342,7 +342,8 @@ endif
342342ifeq (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
346347endif
347348
348349DEF = ../dllsrc/jdll.def
Original file line number Diff line number Diff line change @@ -341,7 +341,8 @@ OBJS_ASM0 = \
341341!if "j64avx512"=="$(j64x)"
342342OBJS_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
347348DEF = ../dllsrc/jdll.def
You can’t perform that action at this time.
0 commit comments