mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Split up cvtint and cvtfp tests
This commit is contained in:
parent
b416bb2862
commit
ec8302d597
@ -5,13 +5,13 @@ TESTFLOAT_DIR := ${WALLY}/addins/TestFloat-3e/build/Linux-x86_64-GCC
|
|||||||
TESTFLOAT_GEN_CMD := ${TESTFLOAT_DIR}/testfloat_gen -tininessafter -level
|
TESTFLOAT_GEN_CMD := ${TESTFLOAT_DIR}/testfloat_gen -tininessafter -level
|
||||||
|
|
||||||
# List of testvectors to generate. Each rounding mode will be generated for each test.
|
# List of testvectors to generate. Each rounding mode will be generated for each test.
|
||||||
convert := ui32_to_f16 ui32_to_f32 ui32_to_f64 ui32_to_f128 \
|
cvtint := ui32_to_f16 ui32_to_f32 ui32_to_f64 ui32_to_f128 \
|
||||||
ui64_to_f16 ui64_to_f32 ui64_to_f64 ui64_to_f128 \
|
ui64_to_f16 ui64_to_f32 ui64_to_f64 ui64_to_f128 \
|
||||||
i32_to_f16 i32_to_f32 i32_to_f64 i32_to_f128 \
|
i32_to_f16 i32_to_f32 i32_to_f64 i32_to_f128 \
|
||||||
i64_to_f16 i64_to_f32 i64_to_f64 i64_to_f128 \
|
i64_to_f16 i64_to_f32 i64_to_f64 i64_to_f128 \
|
||||||
f16_to_ui32 f32_to_ui32 f64_to_ui32 f128_to_ui32 \
|
f16_to_ui32 f32_to_ui32 f64_to_ui32 f128_to_ui32 \
|
||||||
f16_to_ui64 f32_to_ui64 f64_to_ui64 f128_to_ui64 \
|
f16_to_ui64 f32_to_ui64 f64_to_ui64 f128_to_ui64
|
||||||
f16_to_i32 f32_to_i32 f64_to_i32 f128_to_i32 \
|
cvtfp := f16_to_i32 f32_to_i32 f64_to_i32 f128_to_i32 \
|
||||||
f16_to_i64 f32_to_i64 f64_to_i64 f128_to_i64 \
|
f16_to_i64 f32_to_i64 f64_to_i64 f128_to_i64 \
|
||||||
f16_to_f32 f16_to_f64 f16_to_f128 \
|
f16_to_f32 f16_to_f64 f16_to_f128 \
|
||||||
f32_to_f16 f32_to_f64 f32_to_f128 \
|
f32_to_f16 f32_to_f64 f32_to_f128 \
|
||||||
|
Loading…
Reference in New Issue
Block a user