[issue11734] Add half-float (16-bit) support to struct module

Andrew Svetlov report at bugs.python.org
Wed Apr 4 17:17:47 CEST 2012


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

I used half-float in GPU programming and from my perspective it was just native. There are no half-float in C, right. But there are half-floats used in NVIDIA libraries for example and I like to think used format is native and platform-depended in general. Correct me if I'm mistaking.

----------

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


More information about the Python-bugs-list mailing list