diff --git a/libc/config/linux/riscv64/entrypoints.txt b/libc/config/linux/riscv64/entrypoints.txt index 9553e9ba4a198..303625ac60cc2 100644 --- a/libc/config/linux/riscv64/entrypoints.txt +++ b/libc/config/linux/riscv64/entrypoints.txt @@ -231,7 +231,6 @@ set(TARGET_LIBM_ENTRYPOINTS libc.src.math.ceil libc.src.math.ceilf libc.src.math.ceill - # libc.src.math.cos libc.src.math.coshf libc.src.math.cosf libc.src.math.expf @@ -274,7 +273,6 @@ set(TARGET_LIBM_ENTRYPOINTS libc.src.math.llround libc.src.math.llroundf libc.src.math.llroundl - libc.src.math.log10 libc.src.math.log10f libc.src.math.log1pf libc.src.math.log2f @@ -313,14 +311,12 @@ set(TARGET_LIBM_ENTRYPOINTS libc.src.math.scalbn libc.src.math.scalbnf libc.src.math.scalbnl - # libc.src.math.sin libc.src.math.sincosf libc.src.math.sinhf libc.src.math.sinf libc.src.math.sqrt libc.src.math.sqrtf libc.src.math.sqrtl - # libc.src.math.tan libc.src.math.tanf libc.src.math.tanhf libc.src.math.trunc