A long time ago there was an 80387 Floating Point chip that was added to Pentium systems to do floating point.
This is now called the x87 FPU and there are several of these floating point engines inside our new Intel CPUs.
It doesn't matter if we run the CPU in 64 bit mode or not - the Floating point engines are capable of 32 or 64-bit operations. It's the same chip cell inside.
Since the CPUs can schedule lots of things to run in parallel - integer units, FPU, etc. - the Floating Point width does not matter a whole lot. Check your CPU and if you notice a difference turn it off.
Here are some references about Floating Point math
What Every Computer Scientist Should Know About Floating-Point Arithmetic
http://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html Here is a reference for the differences in CPU architecture:
Summary of differences in Intel 32-bit and 64-bit run time models
http://www.arachnaut.net/txt/64bit.html Intel Manuals:
http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html EDIT: added Intel manuals link