LALPulsar  6.1.0.1-89842e6
ComputeFstat_DemodHL_SSE.c
Go to the documentation of this file.
1 //
2 // Copyright (C) 2015 Karl Wette
3 // Copyright (C) 2014 Reinhard Prix
4 //
5 // This program is free software; you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation; either version 2 of the License, or
8 // (at your option) any later version.
9 //
10 // This program is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU General Public License for more details.
14 //
15 // You should have received a copy of the GNU General Public License
16 // along with with program; see the file COPYING. If not, write to the
17 // Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
18 // MA 02110-1301 USA
19 //
20 
21 #include <stdlib.h>
22 #include <stdio.h>
23 #include <math.h>
24 
25 #include <lal/ComputeFstat.h>
26 #include <lal/Factorial.h>
27 #include <lal/SinCosLUT.h>
28 
29 #include "SinCosLUT.i"
30 
31 ///
32 /// \file ComputeFstat_DemodHL_SSE.c
33 /// \ingroup ComputeFstat_Demod_c
34 /// \brief Akos hotloop precalc SSE code (Dterms=8)
35 ///
36 /// \snippet ComputeFstat_DemodHL_SSE.i hotloop
37 ///
38 
39 #define FUNC XLALComputeFaFb_SSE
40 #define HOTLOOP_SOURCE "ComputeFstat_DemodHL_SSE.i"