Added patch by Siddharth Heroor
[Klink.git] / fftypes.inc
blobce5601046903abea0431a3a6f49092ca3a8b52ec
1 /*_. Klink 0.0: fftypes.inc */
2 /*_ , Header */
3 /*_  . Purpose */
4 /* Function types for Kernel interpreter. */
5 /*_  . Credits and License */
6 /*
7     Copyright (C) 2010,2011 Tom Breton (Tehom)
9     This program is free software: you can redistribute it and/or modify
10     it under the terms of the GNU General Public License as published by
11     the Free Software Foundation, either version 3 of the License, or
12     (at your option) any later version.
14     This program is distributed in the hope that it will be useful,
15     but WITHOUT ANY WARRANTY; without even the implied warranty of
16     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17     GNU General Public License for more details.
19     You should have received a copy of the GNU General Public License
20     along with this program.  If not, see <http://www.gnu.org/licenses/>.
21  */
22 /*_ , Body */
24 FFTYPE(b00a1,1 )
25 FFTYPE(b00a2,2 )
26 FFTYPE(bs0a2,2 )
27 FFTYPE(p00a0,0 )
28 FFTYPE(p00a1,1 )
29 FFTYPE(p00a2,2 )
30 FFTYPE(p00a3,3 )
31 FFTYPE(ps0a0,0 )
32 FFTYPE(ps0a1,1 )
33 FFTYPE(ps0a2,2 )
34 FFTYPE(ps0a3,3 )
35 FFTYPE(ps0a4,4 )
36 FFTYPE(ps0a5,5 )
37 FFTYPE(vs0a2,2 )
38 FFTYPE(vs0a3,3 )