~ubuntu-branches/ubuntu/trusty/iaxmodem/trusty

« back to all changes in this revision

Viewing changes to lib/spandsp/src/spandsp/vector_int.h

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2007-05-15 09:43:53 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20070515094353-bpr27hxvt6taxugb
Tags: 0.3.0~dfsg-1
* New upstream release.
  + Now supports V.17 reception; see changelog for details.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 * along with this program; if not, write to the Free Software
23
23
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
24
24
 *
25
 
 * $Id: vector_int.h,v 1.4 2006/10/24 13:45:28 steveu Exp $
 
25
 * $Id: vector_int.h,v 1.7 2007/04/08 08:16:18 steveu Exp $
26
26
 */
27
27
 
28
 
#if !defined(_VECTOR_INT_H_)
29
 
#define _VECTOR_INT_H_
 
28
#if !defined(_SPANDSP_VECTOR_INT_H_)
 
29
#define _SPANDSP_VECTOR_INT_H_
30
30
 
31
 
#ifdef __cplusplus
32
 
extern "C" {
 
31
#if defined(__cplusplus)
 
32
extern "C"
 
33
{
33
34
#endif
34
35
 
35
36
int32_t vec_dot_prodi16(const int16_t x[], const int16_t y[], int n);
90
91
}
91
92
/*- End of function --------------------------------------------------------*/
92
93
 
93
 
#ifdef __cplusplus
 
94
#if defined(__cplusplus)
94
95
}
95
96
#endif
96
97