Skip to content

Commit

Permalink
Makefile.uk: Include missing cpow* functions
Browse files Browse the repository at this point in the history
The complex number library was previously missing the implementation of
cpow* functions. This change corrects this omission.

Signed-off-by: Andrei Tatar <andrei@unikraft.io>
  • Loading branch information
andreittr committed Jul 10, 2023
1 parent 7dcb5a0 commit 534603e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.uk.musl.complex
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ LIBMUSL_COMPLEX_SRCS-y += $(LIBMUSL)/src/complex/clogl.c
LIBMUSL_COMPLEX_SRCS-y += $(LIBMUSL)/src/complex/conj.c
LIBMUSL_COMPLEX_SRCS-y += $(LIBMUSL)/src/complex/conjf.c
LIBMUSL_COMPLEX_SRCS-y += $(LIBMUSL)/src/complex/conjl.c
LIBMUSL_COMPLEX_SRCS-y += $(LIBMUSL)/src/complex/cpow.c
LIBMUSL_COMPLEX_SRCS-y += $(LIBMUSL)/src/complex/cpowf.c
LIBMUSL_COMPLEX_SRCS-y += $(LIBMUSL)/src/complex/cpowl.c
LIBMUSL_COMPLEX_SRCS-y += $(LIBMUSL)/src/complex/cproj.c
LIBMUSL_COMPLEX_SRCS-y += $(LIBMUSL)/src/complex/cprojf.c
LIBMUSL_COMPLEX_SRCS-y += $(LIBMUSL)/src/complex/cprojl.c
Expand Down

0 comments on commit 534603e

Please sign in to comment.