1
Fork 0
mirror of https://github.com/Steffo99/unimore-hpc-assignments.git synced 2025-02-16 17:13:57 +00:00

change data_type from double to float

This commit is contained in:
Caterina Gazzotti 2022-12-07 08:44:06 -05:00
parent cf1fd21ec5
commit 202f02f7d2

View file

@ -53,7 +53,7 @@
/* Define the data type to perform the benchmark with. */
#ifndef DATA_TYPE
#define DATA_TYPE double
#define DATA_TYPE float
#define DATA_PRINTF_MODIFIER "%0.2lf "
#endif