在 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

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

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

Reply via email to