NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/59789 CVS commit: src/sys/arch/mips/include
The following reply was made to PR port-sparc64/59789; it has been noted by GNATS.
From: "Nia Alarie" <nia%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/59789 CVS commit: src/sys/arch/mips/include
Date: Sun, 30 Nov 2025 17:43:04 +0000
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