From 1831dfccc2d3c1a3bb07fddc3fcca9e99d180789 Mon Sep 17 00:00:00 2001 From: David Harris Date: Wed, 31 May 2023 06:30:41 -0700 Subject: [PATCH] Fixed paths in creating division test vectors --- tests/fp/create_all_vectors.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/fp/create_all_vectors.sh b/tests/fp/create_all_vectors.sh index e338d4789..bbade6d11 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 +cd combined_IF_vectors; ./create_IF_vectors.sh \ No newline at end of file