aboutsummaryrefslogtreecommitdiff
path: root/libc/config/windows/entrypoints.txt
diff options
context:
space:
mode:
authorNishant Mittal <nishantwrp@google.com>2024-01-05 18:53:23 +0530
committerGitHub <noreply@github.com>2024-01-05 08:23:23 -0500
commit0504e932880e0c4c333baeba9b8d674c5b9ae316 (patch)
tree157ad404300b3e6802b71bdffc5c7b7b4cf62fb5 /libc/config/windows/entrypoints.txt
parentf7f7574afe4cfc11ebe5d8cb811d5cd28dc862f6 (diff)
downloadllvm-0504e932880e0c4c333baeba9b8d674c5b9ae316.zip
llvm-0504e932880e0c4c333baeba9b8d674c5b9ae316.tar.gz
llvm-0504e932880e0c4c333baeba9b8d674c5b9ae316.tar.bz2
[libc][math] Implement nan(f|l) functions (#76690)
Specification: https://en.cppreference.com/w/c/numeric/math/nan
Diffstat (limited to 'libc/config/windows/entrypoints.txt')
-rw-r--r--libc/config/windows/entrypoints.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/config/windows/entrypoints.txt b/libc/config/windows/entrypoints.txt
index 4c0a6ec..5c3a2e2 100644
--- a/libc/config/windows/entrypoints.txt
+++ b/libc/config/windows/entrypoints.txt
@@ -192,6 +192,9 @@ set(TARGET_LIBM_ENTRYPOINTS
libc.src.math.modf
libc.src.math.modff
libc.src.math.modfl
+ libc.src.math.nan
+ libc.src.math.nanf
+ libc.src.math.nanl
libc.src.math.nearbyint
libc.src.math.nearbyintf
libc.src.math.nearbyintl