diff options
author | David Cournapeau <cournape@gmail.com> | 2009-11-12 11:33:54 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-11-12 11:33:54 +0000 |
commit | afbe79aee518504547014c9c657e9ac1098ab6b4 (patch) | |
tree | 3486e88b1c324869e82986aa304835b4e3af66ee /numpy/lib/utils.py | |
parent | c96d201e94a1bd791356f5729af6b57092333414 (diff) | |
download | numpy-afbe79aee518504547014c9c657e9ac1098ab6b4.tar.gz |
BUG: do not use bitfields for bit-twidling of long doubles.
Some compilers (Sun CC v12 for example) do not support bitfields with
more than 32 bits. We redesign the internal macros and union usages to
use bitmask instead where needed.
Not thoroughly tested yet.
Diffstat (limited to 'numpy/lib/utils.py')
0 files changed, 0 insertions, 0 deletions