[issue11967] Left shift and Right shift for floats

Raymond Hettinger report at bugs.python.org
Mon May 2 21:20:42 CEST 2011


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

A hint that the idea would be useful is that there is an FPU instruction, FSCALE, devoted to this.  However, a hint that this isn't needed is that Fortran and MATLAB don't have it.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11967>
_______________________________________


More information about the Python-bugs-list mailing list