index
:
ffts
fix_generate_size4_base_case
master
Raptor Engineering's fork of linkotec/ffts The Fastest Fourier Transform in the South http://anthonix.com/ffts
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Wheel is already invented. Adding part of Mono project, https://github.com/mo...
Jukka Ojanen
2014-11-08
52
-0
/
+22754
*
To prevent symbol name clashes we will prefix all symbols
Jukka Ojanen
2014-11-06
1
-0
/
+15
*
Win64 actually "generate_size8_base_case" instead of copying
Jukka Ojanen
2014-11-06
3
-673
/
+1090
*
Import Sequitur algorithm from SFFT
Jukka Ojanen
2014-11-05
1
-0
/
+448
*
Reorder functions to alphabetical order
Jukka Ojanen
2014-11-05
1
-122
/
+206
*
Generate leaf_ee_init and x_init instead of copying
Jukka Ojanen
2014-11-04
3
-55
/
+188
*
Replace _M_AMD64 with _M_X64 as it is equal and "neutral"
Jukka Ojanen
2014-11-04
3
-13
/
+14
*
Refactor generate_func_code
Jukka Ojanen
2014-11-04
3
-329
/
+378
*
MOVDQA "intrinsic", two operand MOVDQA2, three operand MOVDQA3 helpers
Jukka Ojanen
2014-11-03
2
-207
/
+136
*
XMM6:XMM15 Nonvolatile, must be preserved as needed by callee. http://msdn.mi...
Jukka Ojanen
2014-11-01
3
-18
/
+236
*
Add CMake as an alternative build system
Jukka Ojanen
2014-10-31
9
-1325
/
+2720
*
More consistent naming
Jukka Ojanen
2014-10-31
1
-6
/
+6
*
Patterns doesn't depend on plan
Jukka Ojanen
2014-10-29
2
-184
/
+174
*
MSVC has problems with "complex" type
Jukka Ojanen
2014-10-29
1
-15
/
+14
*
Cleaning and reorganizing
Jukka Ojanen
2014-10-29
8
-779
/
+1015
*
Add macro definitions for various function/variable attributes; aligned, inli...
Jukka Ojanen
2014-10-29
1
-0
/
+77
*
YASM requires ".code 64" in assembly
Jukka Ojanen
2014-10-29
1
-378
/
+376
*
do not mprotect if dynamic code generation is disabled
Jérôme Carretero
2014-10-14
1
-0
/
+2
*
automatic trailing space removal
Jérôme Carretero
2014-10-06
3
-63
/
+63
*
real: fix alignment issue in 1d execution (bug #30)
Jérôme Carretero
2014-10-06
1
-80
/
+80
*
real_nd: improve transpose size by unrolling of block of h=8, w=1
Jérôme Carretero
2014-10-06
1
-7
/
+40
*
Merge pull request #20 from dennisss/android-neon-fixes
Anthony Blake
2014-01-05
4
-93
/
+182
|
\
|
*
Check to make sure that the buffers were aligned properly
Dennis Shtatnov
2013-12-30
1
-0
/
+12
|
*
Add simple logging and test whether N is a power of 2
Dennis Shtatnov
2013-12-24
2
-0
/
+13
|
*
Fix compiling static code with NEON
Dennis Shtatnov
2013-12-24
2
-93
/
+157
*
|
Adding in Vim modelines to all .c and .h files.
Robert Massaioli
2013-12-05
27
-0
/
+27
|
/
*
Fixed #9 properly.
=
2013-11-20
1
-1
/
+11
*
Fixed 9.
=
2013-11-20
1
-3
/
+12
*
Added header files to SOURCES, and build_*.sh, so make dist works properly
Anthony Blake
2013-09-25
2
-3
/
+12
*
More fomatting for the codegen file
Matt Hunter
2013-07-31
1
-32
/
+31
*
Add formatting to patterns.c
Matt Hunter
2013-07-31
1
-9
/
+10
*
Add formatting for ffts.c
Matt Hunter
2013-07-31
1
-113
/
+113
*
Add formatting to codegen.c
Matt Hunter
2013-07-31
1
-32
/
+36
*
Commented the plan_t structure with Anthony Blake
Matt Hunter
2013-07-25
1
-5
/
+78
*
Fixed transpose -- thanks to Sowon Kim <mogyak@gmail.com>
Anthony Blake
2013-07-16
1
-1
/
+1
*
Fixed #5
=
2013-06-02
1
-5
/
+5
*
Added a check for NULL pointer.
=
2013-06-01
1
-1
/
+1
*
Fixed a memory leak for real multi-dimensional transforms.
=
2013-06-01
1
-1
/
+24
*
JNI java/android support, by Michael Zucchi <notzed@gmail.com>
Anthony Blake
2013-05-06
1
-1
/
+17
*
Update codegen_arm.h
matszpk
2013-04-24
1
-3
/
+3
*
All 1D complex VFP transforms work (there is still some NEON code in the ND a...
Anthony Blake
2013-04-24
3
-287
/
+306
*
Included new files I forgot to commit earlier -- thanks Michael Cree
Anthony Blake
2013-04-22
5
-0
/
+608
*
Renamed sse_float.h -> macros-sse.h
Anthony Blake
2013-04-22
3
-2
/
+2
*
Fixed up the smaller VFP transforms. Inverse VFP and real/nd VFP still not wo...
Anthony Blake
2013-04-22
9
-308
/
+168
*
Disabled some NEON code still in the VFP builds
Anthony Blake
2013-04-10
4
-29
/
+45
*
VFP support
Anthony Blake
2013-04-03
5
-39
/
+48
*
Added VFP support for ARM
Anthony Blake
2013-04-03
7
-37
/
+666
*
Fixed cacheflush bug on ARM/Linux -- thanks to Eric Humbert from Invoxia for ...
Anthony Blake
2013-03-20
1
-0
/
+4
*
Changes to ND code
Anthony Blake
2013-01-25
1
-36
/
+69
*
codegen.c: Fixed improperly placed postfix increment which was causing problems
Anthony Blake
2013-01-11
1
-10
/
+10
[next]