Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 817437
Collapse All | Expand All

(-)a/src/cohpsk.c (-1 / +1 lines)
Lines 809-815 typedef float float4 __attribute__ ((vector_size (16))); Link Here
809
809
810
\*---------------------------------------------------------------------------*/
810
\*---------------------------------------------------------------------------*/
811
811
812
inline void rx_filter_coh(COMP rx_filt[COHPSK_NC+1][P+1], int Nc, COMP rx_baseband[COHPSK_NC+1][COHPSK_M+COHPSK_M/P], COMP rx_filter_memory[COHPSK_NC+1][+COHPSK_NFILTER], int nin)
812
static inline void rx_filter_coh(COMP rx_filt[COHPSK_NC+1][P+1], int Nc, COMP rx_baseband[COHPSK_NC+1][COHPSK_M+COHPSK_M/P], COMP rx_filter_memory[COHPSK_NC+1][+COHPSK_NFILTER], int nin)
813
{
813
{
814
    int c,i,j,k,l;
814
    int c,i,j,k,l;
815
    int n=COHPSK_M/P;
815
    int n=COHPSK_M/P;

Return to bug 817437