Deleting obsolete assembly files?

2022-08-06 Thread Niels Möller
Hi, I'm considering deleting some assembly files for older architectures and older algorithms. They will still be supported via the corresponding C implementations, just (likely) slower. Why do that? I see two reasons: 1. Delete code that it's no longer easy to test, due to lack of hardware

Re: [PATCH] Fix libdir definition on FreeBSD for 32-bit ABI

2022-08-06 Thread Niels Möller
Brad Smith writes: > That isn't the case for 32-bit MIPS as the switch case for the ABI > check matches > on both 32-bit and 64-bit triples. Ah, that's a bug, I think. That *mips* pattern (see https://git.lysator.liu.se/nettle/nettle/-/blob/master/configure.ac#L344) should be replaced to only