Skip to content

Commit 1e4d04e

Browse files
committed
Add missing mul entrypoints for riscv.
1 parent dbd831d commit 1e4d04e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc/config/linux/riscv/entrypoints.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ set(TARGET_LIBM_ENTRYPOINTS
377377
libc.src.math.cosf
378378
libc.src.math.coshf
379379
libc.src.math.cospif
380+
libc.src.math.dmull
380381
libc.src.math.dsqrtl
381382
libc.src.math.erff
382383
libc.src.math.exp
@@ -434,6 +435,7 @@ set(TARGET_LIBM_ENTRYPOINTS
434435
libc.src.math.fmodf
435436
libc.src.math.fmodl
436437
libc.src.math.fmul
438+
libc.src.math.fmull
437439
libc.src.math.frexp
438440
libc.src.math.frexpf
439441
libc.src.math.frexpl

0 commit comments

Comments
 (0)