Skip to main content

ftz: flush denormal numbers in numpy arrays to zero

Project description

Denormal numbers (“denorms”) are extremely nonzero small numbers (less than 1.2-38 for single precision or 2.2e-308 in double precision) which are handled poorly on most modern archicectures. Instructions involving denormal operands may run as much as 100 times slower than those involving standard floating point operands [1], giving rise to very odd performance bugs.

This package contains optimized SSE code to flush denorms in numpy arrays to zero.

[1] http://en.wikipedia.org/wiki/Denormal_number

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ftz-0.1.tar.gz (41.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page