public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/3] libm: Clean up gamma functions
 2020-09-04  0:27 UTC  (31+ messages)
` [PATCH 1/3] libm: Fix sign value returned from __ieee754_lgamma*_r(-0)
` [PATCH 2/3] libm: Remove __ieee754_gamma_r variants
` [PATCH 3/3] libm: Adjust errno/exception values for gamma/lgamma
    ` Fw: "
  ` Fw: [PATCH 0/3] libm: Clean up gamma functions

[PATCH] libm: Fix 'gamma' and 'gammaf' functions. Clean up other gamma code
 2020-09-03 21:22 UTC 

[PATCH 0/2] libm/riscv: Fixing machine-specific fma/sqrt
 2020-09-03 20:54 UTC  (3+ messages)
` [PATCH 1/2] libm/riscv: Fix machine-specific sqrt build process
` [PATCH 2/2] libm/riscv: Use common fma code when necessary

[PATCH] MSP430: Fix message in sbrk.c printing binary character
 2020-09-03 13:02 UTC  (4+ messages)

[PATCH] Fix warnings when building for msp430-elf
 2020-09-03 11:43 UTC  (2+ messages)

[PATCH 0/3] ARM with only 32-bit floats do not have fast 64-bit FMA
 2020-09-02 20:39 UTC  (21+ messages)
` [PATCH 1/3] libm: ARM without HW double does not have fast FMA
` [PATCH 2/3] libm: Detect fast fmaf support
` [PATCH 3/3] libm/machine/arm: Add optimized fmaf and fma when available

[PATCH] libm/machine/arm: Rename s*_fma.c -> s*_fma_arm.c
 2020-09-02  8:05 UTC  (5+ messages)

Feature Conditional for M_PI
 2020-09-01  2:04 UTC  (7+ messages)

Missing declarations of long complex double transcendental functions in complex.h
 2020-08-28 16:09 UTC 

[PATCH] libc/stdlib: Rework nano-mallocr
 2020-08-27  1:32 UTC 

[PATCH] doc: Various fixes to makedocbook for python3.8
 2020-08-26  7:50 UTC  (8+ messages)

compiling newlib
 2020-08-25 17:04 UTC  (7+ messages)

[PATCH 0/2] Floating point conversion warning fixes [v2]
 2020-08-25 13:37 UTC  (7+ messages)
` [PATCH 1/2] Avoid implicit floating point conversions [v2]
` [PATCH 2/2] libm/common: Remove unused 'dec' function from sqrtl.c

[PATCH v2] Enabled _CS* defines for RTEMS
 2020-08-25 11:17 UTC  (2+ messages)

[PATCH] Enabled _CS* defines for RTEMS
 2020-08-24 11:38 UTC  (3+ messages)

[PATCH] nano malloc allocator algorithm improvement
 2020-08-24 10:03 UTC  (4+ messages)

Why the cplusplus doesn't support -D_FORTIFY_SOURCE
 2020-08-24  7:14 UTC 

Why the cplusplus doesn't support -D_FORTIFY_SOURCE
 2020-08-24  6:53 UTC 

[PATCH 0/6] Fixes inspired by building with clang
 2020-08-21  0:01 UTC  (10+ messages)
` [PATCH 1/6] libm/stdlib: Recover from realloc failure when shrinking
` [PATCH 2/6] libc/iconv: Check ces handlers table value in euc_from_ucs_init
` [PATCH 3/6] Avoid implicit floating point conversions
    ` Fw: "
` [PATCH 4/6] libc/stdlib: Undefined shift negative value in a64l
` [PATCH 5/6] libc/stdlib: Clean up clang warnings
` [PATCH 6/6] libc/stdio: Conditionally declare vars for _FSEEK_OPTIMIZATION

[PATCH] Implemented sysconf for Arm
 2020-08-19  9:09 UTC  (6+ messages)

[PATCH v2] Support regular file type in _swistat for ARM
 2020-08-18 13:54 UTC  (4+ messages)

[PATCH] Added FTW.H Methods
 2020-08-17 15:38 UTC  (6+ messages)

[PATCH 0/4] Fixes for memory allocation bugs
 2020-08-17  9:54 UTC  (12+ messages)
` [PATCH 1/4] libc/stdlib: Use __builtin_mul_overflow for reallocarray and calloc
` [PATCH 2/4] libm/stdlib: don't read past source in nano_realloc
` [PATCH 3/4] libm/stdlib: Realloc when shrinking by 2* or more
` [PATCH 4/4] libm/stdlib: Recover from realloc failure when shrinking

[PATCH 0/2] Realloc fixes version 2
 2020-08-17  9:45 UTC  (4+ messages)
` [PATCH 1/2] libm/stdlib: don't read past source in nano_realloc
` [PATCH 2/2] libm/stdlib: Realloc when shrinking by 2* or more

[PATCH] Removed Soft float from MIPS
 2020-08-17  9:23 UTC  (6+ messages)

[PATCH] libc/stdlib: Fix build failure in nano_calloc
 2020-08-13  8:18 UTC  (4+ messages)

[PATCH] libm/machine/riscv: Add custom fma/sqrt functions when supported [v2]
 2020-08-12  8:09 UTC  (3+ messages)

[PATCH] libm/machine/riscv: Add custom fma/sqrt functions when supported
 2020-08-12  2:42 UTC  (3+ messages)

[PATCH] libm/math: ensure that expf(-huge) sets FE_UNDERFLOW exception
 2020-08-10  9:30 UTC  (2+ messages)

wordexp() implementation without fork()
 2020-08-07 21:32 UTC  (4+ messages)

[PATCH 0/2] MSP430: Improve simulator linker scripts
 2020-08-07 13:17 UTC  (4+ messages)
` [PATCH 1/2] MSP430: Word align __*_array_start symbols in sim "
` [PATCH 2/2] MSP430: Increase the amount of main memory available in sim ld scripts

[PATCH 0/5] errno changes for libm
 2020-08-05 21:13 UTC  (10+ messages)
` [PATCH 1/5] libm/math: set errno to ERANGE at gamma poles
` [PATCH 2/5] libm/math: Make yx functions set errno=ERANGE for x=0
` [PATCH 3/5] libm/math: Set errno to ERANGE for pow(0, -y)
` [PATCH 4/5] libm/math: Don't modify __ieee754_pow return values in pow
` [PATCH 5/5] libm: Control errno support with _IEEE_LIBM configuration parameter

[PATCH 0/2] libm: Changes to errno and math_errhandling
 2020-08-04 18:11 UTC  (6+ messages)
` [PATCH 1/2] libm/common: Set WANT_ERRNO based on _IEEE_LIBM value
` [PATCH 2/2] libm: Set math_errhandling to match library and hardware

[PATCH] libm: Set math_errhandling to match library and hardware [v2]
 2020-08-04 15:04 UTC 

[PATCH] libm/math: Use __math_xflow in obsolete math code
 2020-08-03 23:21 UTC  (9+ messages)

[PATCH 0/2] Fix fenv support for ARM
 2020-07-30 22:51 UTC  (3+ messages)
` [PATCH 1/2] arm: Fix fenv support

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).