A Fast, Vectorizable Algorithm for Producing Single-Precision Sine-Cosine Pairs
数学软件
2007-05-23 v1
摘要
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.
引用
@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}
}
备注
4 pages, 1 block sample code