Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #4106 > unrolled thread

Re: Terrible FPU performance

Started byChris Angelico <rosuav@gmail.com>
First post2011-04-27 15:15 +1000
Last post2011-04-27 15:15 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Terrible FPU performance Chris Angelico <rosuav@gmail.com> - 2011-04-27 15:15 +1000

#4106 — Re: Terrible FPU performance

FromChris Angelico <rosuav@gmail.com>
Date2011-04-27 15:15 +1000
SubjectRe: Terrible FPU performance
Message-ID<mailman.885.1303881334.9059.python-list@python.org>
On Wed, Apr 27, 2011 at 3:11 PM, Alec Taylor <alec.taylor6@gmail.com> wrote:
> What's an FPU?

Floating Point Unit, the part of your computer's processor that
handles floating-point mathematics. Integer calculations are done in
the main CPU, but the FPU (which these days is part of the same hunk
of silicon, but used to be a separate purchase) gets all the really
hard work farmed off to it.

Gross oversimplification, but hopefully helpful.

Chris Angelico

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web