aboutsummaryrefslogtreecommitdiff
path: root/math/v_cos.c
AgeCommit message (Expand)Author
2023-06-15math: Fix build failures with older compilersWilco Dijkstra
2023-06-02math: light reformat on cleaned-up routines.Pierre Blanchard
2023-05-24math: fix Neon cos(f) and sin when SIMD exceptions enabled.Pierre Blanchard
2023-05-23math: Fix Neon cos polynomial to avoid out of range resultsSzabolcs Nagy
2023-05-18math: Optimize cos polyWilco Dijkstra
2023-05-18math: Cleanup Neon cos/cosfWilco Dijkstra
2023-05-10math: Remove all but VABI namesJoe Ramsay
2023-05-05math: Cleanup Neon cos and cosfJoe Ramsay
2023-05-04math: Replace v_fma with vfmaq intrinsicJoe Ramsay
2023-05-04math: Replace trivial intrinsic wrappersJoe Ramsay
2023-05-04math: Remove v_condJoe Ramsay
2023-05-04math: Replace v_as with vreinterpretq intrinsicJoe Ramsay
2023-05-04math: Use ACLE vector types in vector functionsJoe Ramsay
2023-05-04math: Cleanup vector math function typesJoe Ramsay
2023-05-02math: Remove scalar vector function variantsWilco Dijkstra
2023-01-24Update copyright yearsSzabolcs Nagy
2022-12-07math: Set fenv exceptions for several Neon routinesJoe Ramsay
2022-02-10Update lincense to MIT OR Apache-2.0 WITH LLVM-exceptionSzabolcs Nagy
2019-10-14Add vector sin and cosSzabolcs Nagy