Skip to content

Commit afdfe4b

Browse files
committed
Add Cephes to list of dev deps
1 parent 50e5449 commit afdfe4b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/development.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Assuming the requisite language is present on the host machine, the following la
4444
The following vendor libraries can be automatically downloaded and compiled from source using `make` (see [installation](#installation)):
4545

4646
- [Boost][boost]: portable C++ libraries
47+
- [Cephes][cephes]: C/C++ special functions math library
4748
- [OpenBLAS][openblas]: optimized BLAS library
4849
- [Emscripten][emscripten]: LLVM to JavaScript compiler
4950
- [WebAssembly Binary Toolkit][wabt]: suite of tools for WebAssembly
@@ -328,6 +329,8 @@ For contribution guidelines, see the [contributing guide][stdlib-contributing].
328329

329330
[boost]: http://www.boost.org/
330331

332+
[cephes]: http://www.moshier.net/#Cephes
333+
331334
[openblas]: https://github.com/xianyi/OpenBLAS
332335

333336
[emscripten]: http://kripken.github.io/emscripten-site/index.html

0 commit comments

Comments
 (0)