Skip to content

Commit

Permalink
[libc] Remove log10 from the list of riscv64 entrypoints.
Browse files Browse the repository at this point in the history
Its test is currently failing of real riscv64 hardware.
  • Loading branch information
Siva Chandra committed Mar 8, 2023
1 parent f9c2a34 commit dea96e7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libc/config/linux/riscv64/entrypoints.txt
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dea96e7

Please sign in to comment.