build: Remove uint128_t test code that emits error in modern compilers

This commit is contained in:
Gabriel Ferreira
2025-05-16 12:16:33 +02:00
parent 08b72c4438
commit 92acde1f41

View File

@@ -1076,7 +1076,6 @@ macro(process_options)
"#include <cstdint>
int main()
{
if ((uint128_t *) 0) return 0;
if (sizeof (uint128_t)) return 0;
return 1;
}"
@@ -1086,7 +1085,6 @@ macro(process_options)
"#include <cstdint>
int main()
{
if ((__uint128_t *) 0) return 0;
if (sizeof (__uint128_t)) return 0;
return 1;
}"