[NumPy-Tickets] [NumPy] #2040: f2py does not treat quad precision real/complex
NumPy Trac
numpy-tickets@scipy....
Tue Feb 7 10:35:09 CST 2012
#2040: f2py does not treat quad precision real/complex
------------------------------+---------------------------------------------
Reporter: AndreasKloeckner | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: Other | Version: 1.6.1
Keywords: |
------------------------------+---------------------------------------------
As is visible from this code:
https://github.com/numpy/numpy/blob/master/numpy/f2py/capi_maps.py#L35
f2py incorrectly maps quad precision real/complex down to their real-
valued counterparts, leading to crashes and/or incorrect data in user
applications. Compiler support for quad in icc and gcc (both C- and
Fortran-side) is decent nowadays, so there's little reason to do this,
IMO. If this has a chance of getting in, I'd try to provide a patch.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2040>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list