Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/mips/include



Module Name:    src
Committed By:   nia
Date:           Sun Nov 30 17:43:04 UTC 2025

Modified Files:
        src/sys/arch/mips/include: bswap.h

Log Message:
mips: Use the inline macro version of bswap.

mips suffers from the same problem as sparc where bswap is slow
and using the GCC builtin does not make it better.

This change improves the speed of disk encryption by around 3 MiB/s
on an EdgeRouter 4.

PR port-sparc64/59789


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/mips/include/bswap.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index