Skip to content

Commit 527d952

Browse files
committed
Revert "viixamd64 on windows"
This reverts commit 9ff78c7.
1 parent 9ff78c7 commit 527d952

4 files changed

Lines changed: 4 additions & 8 deletions

File tree

makemsvc/jamalgam/makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,7 @@ endif
349349
ifeq (j64avx512,$(j64x))
350350
OBJS_SIMDUTF8= \
351351
utf/utf8_to_utf16le_avx512.o \
352-
utf/utf16le_to_utf8_avx512.o \
353-
viixamd64.o
352+
utf/utf16le_to_utf8_avx512.o
354353
endif
355354

356355
ifdef READLINE

makemsvc/jamalgam/makefile.win

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

354353
!ifdef READLINE

makemsvc/jdll/makefile

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

349348
DEF = ../dllsrc/jdll.def

makemsvc/jdll/makefile.win

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

348347
DEF = ../dllsrc/jdll.def

0 commit comments

Comments
 (0)