=====Floating Point Benchmark===== Floating point benchmark with GNU compiler %%(cpp) #include #include #include #define TIC (start = clock()) #define TAC (zeit = clock() - start) #define COUNT 20000000 //-------- main ------------------------------------------------------- int main( int argc, char *argv[] ) { long long unsigned int i; float fpSingle; double fpDouble; long double fpDoubleExt; clock_t start, zeit; puts("||IEEE 754 ||Zeit (Sekunden)||"); TIC; for (i=0; i