aboutsummaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Expand)Author
2022-12-07math: Set fenv exceptions for several Neon routinesJoe Ramsay
2022-11-17math/test: Fix ulp for non-AArch64 targetsJoe Ramsay
2022-11-15math/test: Allow user to set control element of input vectorJoe Ramsay
2022-09-02Add more ulp helper macrosJoe Ramsay
2022-06-15math: Add support for SVE in mathbench.Pierre Blanchard
2022-06-15math: Add support for SVE in ulp assessment.Pierre Blanchard
2022-03-25Add build system and infra for the pl directoryPierre Blanchard
2022-02-10Add README.contributorsSzabolcs Nagy
2022-02-10Update lincense to MIT OR Apache-2.0 WITH LLVM-exceptionSzabolcs Nagy
2021-12-21math: fix constant in sinf and cosfSzabolcs Nagy
2021-02-17Update copyright yearsSzabolcs Nagy
2020-11-13math: fix spurious underflow in erff and erfSzabolcs Nagy
2020-11-13math: fix erf tests in directed rounding modesSzabolcs Nagy
2020-11-13math: add scalar erfPierre Blanchard
2020-11-05math: Fix copyright header in erff.tstSzabolcs Nagy
2020-10-29math: add scalar erff.Pierre Blanchard
2020-02-27math: Improve comments, disable errno handling by defaultWilco Dijkstra
2020-01-14math: Add more ulp testsSzabolcs Nagy
2020-01-14math: add vector powSzabolcs Nagy
2020-01-09math: fix spurious overflow in pow with clangSzabolcs Nagy
2019-11-22Build system refactoringSzabolcs Nagy
2019-11-06math: add WANT_VMATH feature macroSzabolcs Nagy
2019-11-06math: allow errno setting even if !(math_errhandling&MATH_ERRNO)Szabolcs Nagy
2019-11-06math: fix unused function warnings in mathbench.cSzabolcs Nagy
2019-11-06math: fix missing attributes warningsSzabolcs Nagy
2019-11-06math: fix unused variable warningsSzabolcs Nagy
2019-11-06math: move definitions in internal headerSzabolcs Nagy
2019-11-05Add vector exp2fSzabolcs Nagy
2019-11-05math: fix runulp.shSzabolcs Nagy
2019-10-17fix the build of s_powf.o on non-aarch64 targetsSzabolcs Nagy
2019-10-14Add vector logSzabolcs Nagy
2019-10-14Add vector sin and cosSzabolcs Nagy
2019-10-14Add vector powfSzabolcs Nagy
2019-10-14Add vector sinf and cosfSzabolcs Nagy
2019-10-14Add vector logfSzabolcs Nagy
2019-10-14Add vector exp, expf and related vector math support codeSzabolcs Nagy
2019-10-14math: more robust mathbench_libcSzabolcs Nagy
2019-10-14math: update the plot scriptSzabolcs Nagy
2019-10-14Prevent fenv access breaking optimizations of the ulp toolSzabolcs Nagy
2019-10-08Support running the math tests without fenv checksSzabolcs Nagy
2019-10-08Support separate CFLAGS per subprojectSzabolcs Nagy
2019-10-08fix exit status of ulp and runulp.shSzabolcs Nagy
2019-10-08fix mathtest lineno accountingSzabolcs Nagy
2019-10-08fix the exit status of mathtest on failureSzabolcs Nagy
2019-08-28math: add long double symbols when long double is same as doubleSzabolcs Nagy
2019-08-27math: fix duplicated declaration in mathlib.hSzabolcs Nagy
2019-08-08Do not return failure if MPFR is not supportedAdhemerval Zanella
2019-07-22Add ULP error plot scriptSzabolcs Nagy
2019-07-22Reorganize the directory layoutSzabolcs Nagy
2019-07-18Remove math/single and rem_pio2Szabolcs Nagy