Ahh, alright. I admittedly am not very familiar with how the build
system for crt works, so thought I didn't need to touch it (In
particular I don't know whether am or in comes first). Will add the
file to Makefile.am, hang on a moment...

best regards,
Julian

On Tue, Oct 29, 2024 at 5:31 PM LIU Hao <lh_mo...@126.com> wrote:
>
> 在 2024-10-29 17:20, Julian Waters 写道:
> > You mean something like this?
> >
> > best regards,
> > Julian
> >
> >  From 0f0ab24f6579dbedf38e5bca49da023203ec2b08 Mon Sep 17 00:00:00 2001
> > From: TheShermanTanker<tanksherma...@gmail.com>
> > Date: Mon, 28 Oct 2024 14:34:27 +0800
> > Subject: [PATCH] headers: Add the _InterlockedCompareExchange8 intrinsic
> >
> > Signed-off-by: TheShermanTanker<tanksherma...@gmail.com>
> > ---
> >   mingw-w64-crt/intrincs/ilockcxch8.c              |  4 ++++
> >   mingw-w64-headers/include/psdk_inc/intrin-impl.h | 11 +++++++++++
> >   2 files changed, 15 insertions(+)
> >   create mode 100644 mingw-w64-crt/intrincs/ilockcxch8.c
> >
>
> This part is mostly correct. However you missed Makefile.am; the file 
> 'ilockcxch8.c' won't be
> compiled. It should be committed.
>
> If you mean to build mingw-w64-crt yourself, you should regenerate 
> Makefile.in from Makefile.am.
> Just don't commit Makefile.in.
>
>
>
> --
> Best regards,
> LIU Hao


_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to