We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 942d184 commit a88ab2dCopy full SHA for a88ab2d
tools/make/common.mk
@@ -320,7 +320,29 @@ DEPS_WABT_BUILD_OUT ?= $(DEPS_BUILD_DIR)/wabt
320
# Define the Cephes distribution to build (netlib, moshier):
321
DEPS_CEPHES_DIST ?= netlib
322
323
-# Define the list of Cephes libraries to build:
+# Define the list of Cephes libraries to build.
324
+#
325
+# ## Notes
326
327
+# * For `netlib`, the list may include the following libraries:
328
329
+# - 128bit
330
+# - bessel
331
+# - c9x-complex
332
+# - cmath
333
+# - cprob
334
+# - ellf
335
+# - eval
336
+# - ieee
337
+# - ldouble
338
+# - linalg
339
+# - ode
340
+# - misc
341
+# - polyn
342
+# - qfloat
343
+# - remes
344
+# - single
345
346
DEPS_CEPHES_LIBS ?= \
347
128bit \
348
bessel \
0 commit comments