%0 Conference Paper %1 inoue2007aasort %A Inoue, Hiroshi %A Moriyama, Takao %A Komatsu, Hideaki %A Nakatani, Toshio %B Proceedings of the 16th International Conference on Parallel Architecture and Compilation Techniques %C Washington, DC, USA %D 2007 %I IEEE Computer Society %K aasort algorithm latexkurs simd sorting %P 189--198 %T AA-Sort: A New Parallel Sorting Algorithm for Multi-Core SIMD Processors %U http://dx.doi.org/10.1109/PACT.2007.12 %X Many sorting algorithms have been studied in the past, but there are only a few algorithms that can effectively exploit both SIMD instructions and thread-level parallelism. In this paper, we propose a new parallel sorting algorithm, called Aligned-Access sort (AA-sort), for shared-memory multi processors. The AA-sort algorithm takes advantage of SIMD instructions. The key to high performance is eliminating unaligned memory accesses that would reduce the effectiveness of SIMD instructions. We implemented and evaluated the AA-sort on PowerPC® 970MP and Cell Broadband EngineTM. In summary, a sequential version of the AA-sort using SIMD instructions outperformed IBM's optimized sequential sorting library by 1.8 times and GPUTeraSort using SIMD instructions by 3.3 times on PowerPC 970MP when sorting 32 M of random 32-bit integers. Furthermore, a parallel version of AA-sort demonstrated better scalability with increasing numbers of cores than a parallel version of GPUTeraSort on both platforms.