[asterisk-bugs] [Zaptel 0011283]: [patch] Blackfin optimizations in arith.h
noreply at bugs.digium.com
noreply at bugs.digium.com
Thu Dec 20 11:06:04 CST 2007
The following issue has been ASSIGNED.
======================================================================
http://bugs.digium.com/view.php?id=0011283
======================================================================
Reported By: otterson
Assigned To: dbailey
======================================================================
Project: Zaptel
Issue ID: 0011283
Category: General
Reproducibility: always
Severity: tweak
Priority: normal
Status: assigned
Zaptel Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!): 3239
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 11-18-2007 10:39 CST
Last Modified: 12-20-2007 11:06 CST
======================================================================
Summary: [patch] Blackfin optimizations in arith.h
Description:
This is an optimization tweak for zaptel's arith.h. The purpose of the
tweak is to improve the performance of zaptel conference mixer on the
Blackfin/uclinux platform. This tweak should have no effect on any other
platforms.
The tweak replaces the ACSS and SCSS saturating add and subtract code with
a blackfin GCC builtin function that uses the Blackfin's internal
saturating add and subtract instructions. This eliminates one or two
conditional branches for every sample added to the mix.
======================================================================
----------------------------------------------------------------------
svnbot - 12-20-07 11:06
----------------------------------------------------------------------
Repository: zaptel
Revision: 3548
U branches/1.4/arith.h
------------------------------------------------------------------------
r3548 | dbailey | 2007-12-20 11:06:02 -0600 (Thu, 20 Dec 2007) | 2 lines
Add blackfin enhancement. Closes issue
http://bugs.digium.com/view.php?id=0011283
------------------------------------------------------------------------
http://svn.digium.com/view/zaptel?view=rev&revision=3548
Issue History
Date Modified Username Field Change
======================================================================
12-20-07 11:06 svnbot Checkin
12-20-07 11:06 svnbot Note Added: 0075759
12-20-07 11:06 svnbot Status new => assigned
12-20-07 11:06 svnbot Assigned To => dbailey
======================================================================
More information about the asterisk-bugs
mailing list