I use Float64 in a Teensy 4 GPS application to compute things like line crossing detection, distance measurements, and probably RTK in the future.
I know the 600MHz is waaayyyy enough to compute the GPS 25Hz outputs, even unsing ieee library.
But it would be nice to use what the M7 core offers.
Are the Float64 enabled to use the M7 float64 registers by default ???
If not, what is the compiler flag to use ???
I use PlatformIO, but could switch to Arduino IDE.
I know the 600MHz is waaayyyy enough to compute the GPS 25Hz outputs, even unsing ieee library.
But it would be nice to use what the M7 core offers.
Are the Float64 enabled to use the M7 float64 registers by default ???
If not, what is the compiler flag to use ???
I use PlatformIO, but could switch to Arduino IDE.
Last edited: