summaryrefslogtreecommitdiff
path: root/numpy/core/src/npymath/ieee754.c.src
Commit message (Expand)AuthorAgeFilesLines
* MAINT: npymath cleanups for isnan, isinf, isinfinite, signbit, nextafter (#22...Matti Picus2022-11-281-33/+0
* nextafter is mandatorymattip2022-08-211-201/+0
* copysign is mandatory, no HAVE_COPYSIGN is definedmattip2022-08-211-11/+0
* MAINT: Simplify FE_INVALID redefine logic slightly and copy to cppSebastian Berg2022-06-141-48/+30
* ENH: Add support for platforms with missing fenv flagsHood Chatham2022-06-141-12/+54
* MAINT: Remove FPE helper code that is unnecessary on C99/C++11Sebastian Berg2022-06-131-219/+4
* MAINT: back out conversion of npymath component to c++mattip2022-05-291-0/+842
* MAINT: Translate ieee754.c.src to C++ using templates. (#21367)serge-sans-paille2022-04-291-842/+0
* BUG: raise IEEE exception on AIXEtienne Guesnet2020-06-051-1/+1
* FIX: no FPU exceptions bits on ARC glibcFabrice Fontaine2019-03-161-1/+1
* Don't use <fenv.h> on uClibcFabrice Fontaine2019-03-161-1/+2
* MAINT: remove macro, platforms that defined it will now fail to buildmattip2018-10-101-1/+0
* BUG: refactor float error status to support Alpine linuxmattip2018-10-091-78/+72
* BUG: Remove extra trailing paretheses.Charles Harris2018-06-091-1/+1
* BUG: Correct use of NPY_UNUSED.Charles Harris2018-06-071-1/+1
* MAINT: remove darwin hardcoded LDOUBLE detectionAllan Haldane2018-05-301-2/+1
* BUG: optimizing compilers can reorder call to npy_get_floatstatus (#11036)Matti Picus2018-05-091-17/+58
* MAINT: Hard tab and whitespace cleanup.Charles Harris2018-03-081-12/+12
* BLD: Use system-wide fenv.h on cygwinSebastien Gouezel2015-02-081-6/+0
* Adding support of ppc64le architectureWilliam Grant2014-03-281-1/+2
* BLD: Fix build on WindowsMark Wiebe2014-03-161-2/+2
* MAINT: hide symbols that shouldn't be exportedJulian Taylor2014-02-111-6/+6
* ENH: avoid expensive clears in fenv functionsJulian Taylor2013-11-061-0/+133
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-2/+1
* LDBL_TRUE_MIN falls back to __LDBL_DENORM_MIN__ if not definedAron Ahmadia2012-05-281-0/+7
* Fix dirty handling of internal compiler variable ahmadia2012-05-251-3/+3
* BLD: fix Cygwin build error. Closes #1944. Thanks to Sebastian Sohr.Ralf Gommers2012-02-291-1/+1
* UPD: Use prefixed macros in numpy/core/src/npymath/*.src files.Charles Harris2012-02-041-1/+1
* STY: Remove trailing whitespaceMark Wiebe2011-07-261-4/+4
* STY: Break some long linesMark Wiebe2010-12-031-3/+8
* BUG: core: Some fixes and clean up of floating point exception codeMark Wiebe2010-12-031-0/+119
* BUG: quick and ugly fix for long double on linux ppc.David Cournapeau2010-07-201-0/+124
* STY+BUG: fix unused and unitialized variable.David Cournapeau2009-12-141-3/+3
* BUG: #1329: fix spacing for large values.David Cournapeau2009-12-131-5/+159
* Another attempt at a truly cross-platform nextafterl implementationmdroe2009-11-131-43/+47
* BUG: do not use bitfields for bit-twidling of long doubles.David Cournapeau2009-11-121-30/+37
* ENH: add C implementation of spacing in npymath.David Cournapeau2009-11-101-0/+20
* ENH: make ieee754 a templated file, need for spacing.David Cournapeau2009-11-101-0/+241