Skip to main content

Showing 1–1 of 1 results for author: Adas, B

Searching in archive cs. Search in all archives.
.
  1. arXiv:1708.01873  [pdf, other

    cs.MS

    Practically efficient methods for performing bit-reversed permutation in C++11 on the x86-64 architecture

    Authors: Christian Knauth, Boran Adas, Daniel Whitfield, Xuesong Wang, Lydia Ickler, Tim Conrad, Oliver Serang

    Abstract: The bit-reversed permutation is a famous task in signal processing and is key to efficient implementation of the fast Fourier transform. This paper presents optimized C++11 implementations of five extant methods for computing the bit-reversed permutation: Stockham auto-sort, naive bitwise swap**, swap** via a table of reversed bytes, local pairwise swap** of bits, and swap** via a cache-lo… ▽ More

    Submitted 2 August, 2017; originally announced August 2017.