-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Hi,
I know it is not standard in C/C++, but popular stdlibs (e.g. gnu, SYCL, CUDA, etc.) provide an efficient implementation to calculate the sin and cos for an argument at the same time: sincos(arg) and sincospi(arg).
Would it be sensible to have support for sincos(arg) math in vir-simd, too? I checked the code and I think when it refers to sincos it means sin and cos functions separately, did I understand that right?
At the same time, I read reports like this and wonder what you think about vectorized versions of sincos?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed