vix.ing · top · new · best · stats · spec

A Novel SIMD-Optimized Implementation for Fast and Memory-Efficient Trigonometric Computation

2025/02/15 by Goyal, Nikhil Dev, Arora, Parth
#FOS: Computer and information sciences #Mathematical Software (cs.MS)

paper · doi:10.48550/arxiv.2502.10831

Abstract

This paper proposes a novel set of trigonometric implementations which are 5x faster than the inbuilt C++ functions. The proposed implementation is also highly memory efficient requiring no precomputations of any kind. Benchmark comparisons are done versus inbuilt functions and an optimized taylor implementation. Further, device usage estimates are also obtained, showing significant hardware usage reduction compared to inbuilt functions. This improvement could be particularly useful for low-end FPGAs or other resource-constrained devices.

Related