Fred wrote:Another important point is about other processors. Does them all support this 80 bit format ?
In theory, all modern processors can support 256 bit format. But this format is used for precisions, not for speed.
For bigger format you need to have a Super Computer, the computers used in astronomy or astrophysics for exemple. And you will not use PureBasic to write program for these computers. (Sorry Fred)
For many purpose 32 or 64 bit format are good. But sometime we need to have 128 and 256 bit format. (Float and Integer number)
@Fred
No one will ask you any more about this if you add a 128 and 256 bit format for PB V5.00.
But the 80 bit format is already available in the old C language. I think it can be added to PB V4.10.
Just to make sure, the 80 bit format in C is :
Type : long double
Bit : 80
Range : From 3.4e-4932 to 3.4e4932
Regards
Guimauve