issues Search Results · repo:JuliaMath/openlibm language:C
Filter by
140 results
(51 ms)140 results
inJuliaMath/openlibm (press backspace or delete to remove)Moved from https://github.com/JuliaMath/openlibm/issues/278#issuecomment-2581246607
There s the same warning on riscv64:
In file included from /home/runner/work/openlibm/openlibm/include/openlibm_fenv.h:18, ...
inkydragon
- Opened 27 days ago
- #321
- [ ] #222
- [ ] https://github.com/JuliaMath/openlibm/pull/319#issuecomment-2592194108
Do we want to sync openlibm_fenv_arm.h from FreeBSD too?
Seems there are some bugs:
...
inkydragon
- Opened 27 days ago
- #320
Issues like #278 would be prevented if code on CI was compiled with more aggressive flags, like -Werror
giordano
- Opened on Jan 9
- #315
In OpenLibm 0.8.3, the long double expm1l function returns NaN for x=0x2.c5c85fdf170c604cp+12l instead
of 0xf.ffffcfce79e56d5p+16380l.
zimmermann6
- Opened on Jul 29, 2024
- #306
The CMake build option does not seem to have support for installing the built library, nor does it produce both static
and shared libraries. Additionally, it also does not create an openlibm.pc file, nor ...
Zopolis4
- 2
- Opened on Jun 17, 2024
- #301
Issue seems to be caused by a mistake in the CMakeLists.txt file, specifically the long double == double check.
ryonaldteofilo
- Opened on Jan 12, 2024
- #292
Maybe we can use tests from musl libc: https://wiki.musl-libc.org/libc-test.html which is MIT license.
- [x] Setup coverage ci #295
- [x] Test with qemu: cover arm, aarch64, ppc64le, mips, riscv64, ...
inkydragon
- 1
- Opened on Jan 10, 2024
- #290
- [ ] build shared lib
- [ ] build both static and shared lib
- [ ] add CI
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4da8046..7a4ee75 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ ...
inkydragon
- Opened on Jan 10, 2024
- #289
The following test program computes cosh of 1, 1/2, 1/4, ..., 1/2^-128.
#include stdio.h
#include math.h
int main(int argc, char **argv) {
long double d = 1.0;
for (int i = 0; i 128; i++) { ...
bug
statham-arm
- 1
- Opened on Dec 8, 2023
- #285

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.