Scripts to build release binaries without Github CI (WIP)

This commit is contained in:
SChernykh
2025-06-29 11:45:12 +02:00
parent 436b39c6b1
commit db572ce9d8
26 changed files with 359 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
--- intrin-impl.h
+++ intrin-impl.h
@@ -2023,7 +2023,7 @@
#define __INTRINSIC_DEFINED___cpuid
#endif /* __INTRINSIC_PROLOG */
-#if (!defined(__GNUC__) || __GNUC__ < 11)
+#if !defined(__clang__) && (!defined(__GNUC__) || __GNUC__ < 11)
#if __INTRINSIC_PROLOG(__cpuidex)
void __cpuidex(int CPUInfo[4], int, int);
#if !__has_builtin(__cpuidex)