A Fast, Vectorizable Algorithm for Producing Single-Precision Sine-Cosine Pairs
Mathematical Software
2007-05-23 v1
Abstract
This paper presents an algorithm for computing Sine-Cosine pairs to modest accuracy, but in a manner which contains no conditional tests or branching, making it highly amenable to vectorization. An exemplary implementation for PowerPC AltiVec processors is included, but the algorithm should be easily portable to other achitectures, such as Intel SSE.
Keywords
Cite
@article{arxiv.cs/0406049,
title = {A Fast, Vectorizable Algorithm for Producing Single-Precision Sine-Cosine Pairs},
author = {Marcus H. Mendenhall},
journal= {arXiv preprint arXiv:cs/0406049},
year = {2007}
}
Comments
4 pages, 1 block sample code