Skip to content

Commit a88ab2d

Browse files
committed
Add extended note
1 parent 942d184 commit a88ab2d

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

tools/make/common.mk

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,29 @@ DEPS_WABT_BUILD_OUT ?= $(DEPS_BUILD_DIR)/wabt
320320
# Define the Cephes distribution to build (netlib, moshier):
321321
DEPS_CEPHES_DIST ?= netlib
322322

323-
# Define the list of Cephes libraries to build:
323+
# 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+
#
324346
DEPS_CEPHES_LIBS ?= \
325347
128bit \
326348
bessel \

0 commit comments

Comments
 (0)