swps3
swps3.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Options
 

Macros

#define __ALIGNED__   __attribute__((__aligned__(16)))
 
#define EXPORT   /** symbol should be exported from DSO */
 
#define LIKELY(x)   (x) /** static branch prediction */
 
#define MATRIX_DIM   ('Z'-'A'+1)
 
#define MAX_SEQ_LENGTH   (1024*10)
 
#define MAX_SEQ_NAME_LENGTH   (255)
 
#define UNLIKELY(x)   (x) /** static branch prediction */
 

Enumerations

enum  SWType { SCALAR, SSE2, PS3, ALTIVEC }
 

Macro Definition Documentation

#define __ALIGNED__   __attribute__((__aligned__(16)))

Definition at line 33 of file swps3.h.

#define EXPORT   /** symbol should be exported from DSO */

Definition at line 42 of file swps3.h.

#define LIKELY (   x)    (x) /** static branch prediction */
#define MAX_SEQ_LENGTH   (1024*10)

Definition at line 30 of file swps3.h.

Referenced by main(), and swps3_alignScalar().

#define MAX_SEQ_NAME_LENGTH   (255)

Definition at line 31 of file swps3.h.

Referenced by main().

#define UNLIKELY (   x)    (x) /** static branch prediction */

Enumeration Type Documentation

enum SWType
Enumerator:
SCALAR 
SSE2 
PS3 
ALTIVEC 

Definition at line 45 of file swps3.h.