Skip to content

Create SIMD sin/cos/log etc functions as in agner fog's vector libraries #17

Open
@jackmott

Description

@jackmott

I would like to recreate these functions in simdeez:
https://github.com/vectorclass/version2/blob/master/vectormath_trig.h
https://github.com/vectorclass/version2/blob/master/vectormath_hyp.h
https://github.com/vectorclass/version2/blob/master/vectormath_exp.h
https://github.com/vectorclass/version2/blob/master/vectormath_common.h

such a porting effort could also be moved into a separate crate, other simd crates, so that other can easily just have vectorized maths functions available, without using this simdeez lib. This would be a really valuable thing from the community.

I think trig.h would be the most useful and make the most sense to port first. Someone with C++ experience helping with this would be good, since agner uses lots of C++ features I'm not familiar with.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions