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:
parent
cf1fd21ec5
commit
202f02f7d2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue