Revert "Cygwin: x86_64: add wmemset assembler entry point"

This reverts commit 188d5f6c9a.
This commit is contained in:
Jon Turney 2022-12-16 10:21:13 +00:00
parent e3cb003bd7
commit 98fa366cb6
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81
1 changed files with 0 additions and 8 deletions

View File

@ -67,11 +67,3 @@ L1: rep
movq 16(%rsp),%rdi
ret
.seh_endproc
.globl wmemset
.seh_proc wmemset
wmemset:
.seh_endprologue
shlq $1,%r8 /* cnt * sizeof (wchar_t) */
jmp memset
.seh_endproc