reduce NPm to 64

This commit is contained in:
Quentin Carbonneaux 2026-05-06 22:13:10 +02:00
parent 3cfca4b2f2
commit 1366e70856

2
rega.c
View File

@ -16,7 +16,7 @@ struct RMap {
}; };
enum { enum {
NPm = 128, /* max copies in a parallel move */ NPm = 64, /* max copies in a parallel move */
}; };
static bits regu; /* registers used */ static bits regu; /* registers used */