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
/
CMakeLists.txt
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Merge ffts_small with ffts_static, and define small transforms "fully" constant
Jukka Ojanen
2015-03-16
1
-7
/
+2
|
*
Try to execute detection quietly without messages
Jukka Ojanen
2015-03-11
1
-1
/
+5
|
*
Automatically detect ARM FPU and float ABI
Jukka Ojanen
2015-03-11
1
-18
/
+73
|
*
Added "-mfloat-abi=softfp" as default for ARM
Jukka Ojanen
2015-03-11
1
-1
/
+5
|
*
Don't add 'vfp.s' if dynamic code is disabled
Jukka Ojanen
2015-03-10
1
-3
/
+0
|
*
For the moment assume HAVE_VFP as final fallback
Jukka Ojanen
2015-03-10
1
-0
/
+2
|
*
Check existence of various headers and add guards for them
Jukka Ojanen
2015-03-10
1
-0
/
+28
|
*
Fix ENABLE_VFP options in CMake
Jukka Ojanen
2015-03-10
1
-1
/
+4
|
*
To use build scalar only version, "cmake -DENABLE_VFP=ON ↵
Jukka Ojanen
2014-12-07
1
-4
/
+6
|
|
|
|
-DDISABLE_DYNAMIC_CODE=ON"
*
Update README, build for 32 bit and 64 bit Windows are now supported
Jukka Ojanen
2014-11-24
1
-8
/
+8
|
*
Improve CMake build system to automatically detect SSE, and support 32 bit ↵
Jukka Ojanen
2014-11-21
1
-76
/
+87
|
|
|
|
Windows build
*
Add static transform to library
Jukka Ojanen
2014-11-20
1
-0
/
+2
|
*
Fix redefinition of ffts_plan_t
Jukka Ojanen
2014-11-17
1
-0
/
+1
|
*
Follow the "one definition rule"
Jukka Ojanen
2014-11-16
1
-0
/
+6
|
*
Rename src/ffts.h to src/ffts_internal.h to avoid conflicts with include/ffts.h
Jukka Ojanen
2014-11-16
1
-1
/
+1
|
*
YASM is no longer needed to build for Windows
Jukka Ojanen
2014-11-16
1
-17
/
+25
|
*
Enable compiler warnings
Jukka Ojanen
2014-11-13
1
-4
/
+11
|
*
XMM6:XMM15 Nonvolatile, must be preserved as needed by callee. ↵
Jukka Ojanen
2014-11-01
1
-8
/
+16
|
|
|
|
http://msdn.microsoft.com/en-us/library/9z1stfyw(v=vs.80).aspx
*
Add CMake as an alternative build system
Jukka Ojanen
2014-10-31
1
-0
/
+158
Add support for Windows x64 (requires YASM)