[Numpy-tickets] [NumPy] #811: install error: Error: suffix or operands invalid for `fnstsw'
NumPy
numpy-tickets@scipy....
Wed Aug 20 14:07:30 CDT 2008
#811: install error: Error: suffix or operands invalid for `fnstsw'
----------------------+-----------------------------------------------------
Reporter: nbraspen | Owner: cdavid
Type: defect | Status: assigned
Priority: normal | Milestone: 1.2.0
Component: Other | Version: none
Severity: normal | Resolution:
Keywords: |
----------------------+-----------------------------------------------------
Changes (by cdavid):
* status: new => assigned
* owner: somebody => cdavid
Comment:
I don't quite understand the current code in fenv. It should have never
worked in the first place, since the instruction fnstsw expects a 2 bytes
word. The real fix would be to use an uint16_t, but I need a better
understanding before doing that.
--
Ticket URL: <http://www.scipy.org/scipy/numpy/ticket/811#comment:2>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list