Received: by mail.netbsd.org (Postfix, from userid 605) id 0738684D4D; Wed, 27 Dec 2017 00:12:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 37D7C84D4B for ; Wed, 27 Dec 2017 00:12:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 9nQvFTasQVSv for ; Wed, 27 Dec 2017 00:12:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D699A84D38 for ; Wed, 27 Dec 2017 00:12:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C08A8FB40; Wed, 27 Dec 2017 00:12:06 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 27 Dec 2017 00:12:06 +0000 From: "Nathanial Sloss" Subject: CVS commit: src/sys/dev To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20171227001206.C08A8FB40@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Nathanial Sloss" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: nat Date: Wed Dec 27 00:12:06 UTC 2017 Modified Files: src/sys/dev: mulaw.c mulaw.h Log Message: mulaw/alaw_to_linearN macros replaced with individual faster filters. NFC. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/dev/mulaw.c cvs rdiff -u -r1.24 -r1.25 src/sys/dev/mulaw.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.