add support for arm64ec

This commit is contained in:
Daan Leijen 2024-12-18 23:55:37 -08:00
parent df593a3ec1
commit 27d929f338
15 changed files with 526 additions and 1 deletions

View file

@ -47,6 +47,9 @@ int main() {
mi_stats_reset(); // ignore earlier allocations
various_tests();
test_mixed1();
const char* ptr = ::_Getdays();
free((void*)ptr);
//test_std_string();
//test_thread_local();
// heap_thread_free_huge();