mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-24 00:54:23 +00:00
Change DATA_TYPE
to float
Co-authored-by: Caterina Gazzotti <270321@studenti.unimore.it> Co-authored-by: Fabio Zanichelli <274956@studenti.unimore.it>
This commit is contained in:
parent
140c40bf6c
commit
1cc6f1e4f9
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
# define _PB_NY POLYBENCH_LOOP_BOUND(NY,ny)
|
||||
|
||||
# ifndef DATA_TYPE
|
||||
# define DATA_TYPE double
|
||||
# define DATA_TYPE float
|
||||
# define DATA_PRINTF_MODIFIER "%0.2lf "
|
||||
# endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue