Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #4106
| References | <BANLkTinvFDug8u=JQKiG2uxLMQN8h9LDJw@mail.gmail.com> <BANLkTinhBT1nUDuRDkP4DabR0sVKGS7uKg@mail.gmail.com> |
|---|---|
| Date | 2011-04-27 15:15 +1000 |
| Subject | Re: Terrible FPU performance |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.885.1303881334.9059.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next | Find similar
Re: Terrible FPU performance Chris Angelico <rosuav@gmail.com> - 2011-04-27 15:15 +1000
csiph-web