- Sep 27, 2017
-
-
Vasileios Karakasis authored
* Fix attribution for the Cephes library. * Small language fix
-
- Sep 20, 2017
-
-
Vasileios Karakasis authored
Provides the following transcendentals intrinsics: * `nmc_mm256_exp_pd` * `nmc_mm256_log_pd` * `nmc_mm256_pow_pd` * `nmc_mm256_frexp_pd` The first three are the equivalent of the corresponding SVML intrinsics without the `nmc` prefix. The last one is used by the `log` function, but I decided it's nice to have it public. All results are tested against full precision standard library implementation and provide equal results (except for the `pow` case). `NaN`s and infinities are treated according to the standard. Limitations: * Subnormals are treated as zeros by `frexp` and as a result by `log`.
-
- Aug 24, 2017
-
-
Adds support for building documentation with Sphinx from reStructuredText-formatted files in the `doc` subdirectory. Automatic building has been verified with ReadTheDocs. * Add basic documentation to the `doc` path. * Use a git submodule and associated CMake to pull in ReadTheDocs theme at configuration time.
-
- Oct 06, 2016
-
-
Ben Cumming authored
-
- Oct 03, 2016
-
-
Benjamin Cumming authored
-