forked from Github_Repos/cvw
6 lines
216 B
Tcsh
6 lines
216 B
Tcsh
|
#!/bin/sh
|
||
|
./testfloat_gen -rnear_even f64_to_f32 > f64_f32_rne.tv
|
||
|
./testfloat_gen -rminMag f64_to_f32 > f64_f32_rz.tv
|
||
|
./testfloat_gen -rmax f64_to_f32 > f64_f32_ru.tv
|
||
|
./testfloat_gen -rmin f64_to_f32 > f64_f32_rd.tv
|