diff --git a/tests/fp/combined_IF_vectors/create_IF_vectors.sh b/tests/fp/combined_IF_vectors/create_IF_vectors.sh index d6b83f599..707b2d5f4 100755 --- a/tests/fp/combined_IF_vectors/create_IF_vectors.sh +++ b/tests/fp/combined_IF_vectors/create_IF_vectors.sh @@ -3,6 +3,3 @@ ./extract_testfloat_vectors.py ./extract_arch_vectors.py - -# to create tvs for evaluation of combined IFdivsqrt -#./combined_IF_vectors/create_IF_vectors.sh \ No newline at end of file diff --git a/tests/fp/combined_IF_vectors/extract_arch_vectors.py b/tests/fp/combined_IF_vectors/extract_arch_vectors.py index c80c7a843..8d3945f14 100755 --- a/tests/fp/combined_IF_vectors/extract_arch_vectors.py +++ b/tests/fp/combined_IF_vectors/extract_arch_vectors.py @@ -223,7 +223,7 @@ def create_vectors(my_config): else: # print("read false") reading = False - print("out") + # print("out") dest_file.close() src_file1.close() src_file2.close() diff --git a/tests/fp/create_all_vectors.sh b/tests/fp/create_all_vectors.sh index 38cfd555a..e338d4789 100755 --- a/tests/fp/create_all_vectors.sh +++ b/tests/fp/create_all_vectors.sh @@ -1,8 +1,8 @@ #!/bin/sh mkdir -p vectors -./create_vectors.sh -./remove_spaces.sh +#./create_vectors.sh +#./remove_spaces.sh # to create tvs for evaluation of combined IFdivsqrt -#./combined_IF_vectors/create_IF_vectors.sh \ No newline at end of file +./combined_IF_vectors/create_IF_vectors.sh \ No newline at end of file