mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
467cb400e9
clang-22 considers pointer mismatches between unsigned long * and unsigned long long * as fatal errors. Make the errors non-fatal until I nuderstand what it takes to appease the compiler. Said errors shouldn't matter anyway given that said types are always the same size on riscv64 anyway. make test agrees. Some performance increases are visible for eg chacha or AES on this Spacemit k1, but more efforts are needed to unlock performance improvements gated behind riscv_hwprobe checks.