aboutsummaryrefslogtreecommitdiff
path: root/math/v_exp.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-18math: Cleanup Neon exp & expfJoe Ramsay
2023-05-10math: Remove all but VABI namesJoe Ramsay
2023-05-05math: Move declaration of vector/Neon data to math_config.hPierre Blanchard
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 exp, expf and related vector math support codeSzabolcs Nagy