summaryrefslogtreecommitdiff
path: root/libs/ardour/sse_functions_avx.cc
AgeCommit message (Collapse)Author
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
Paul Davis was responsible for introducing almost all of this.
2015-06-29Made optimized function Prototypes more correct.Paul Davis
They shouldn't be dependant on ARDOUR types as long as they will work correctly with float samples only and with 32 unsigned int as sample counter.
2015-06-29Corrected comments for x86_sse_avx_find_peaks() intrinsics built functionPaul Davis
2015-06-29add new file with AVX functions.Paul Davis
Does not fully support Linux at this time