Skip to content

Commit

Permalink
Removign 256 as parameter to __builtin_assigner_fri_cosets.
Browse files Browse the repository at this point in the history
  • Loading branch information
minstrel1983 committed Nov 30, 2023
1 parent b0e2717 commit a7ca0e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ typedef __attribute__((ext_vector_type(2)))
std::size_t round_proof_hash_ind = 0;
for(std::size_t i = 0; i < lambda; i++){
__builtin_assigner_fri_cosets(res.data(), D0_log, D0_omega, 256, challenges.fri_x_indices[i]);
__builtin_assigner_fri_cosets(res.data(), D0_log, D0_omega, challenges.fri_x_indices[i]);
pallas::base_field_type::value_type hash_state;
for(std::size_t b = 0; b < batches_num; b++){
Expand Down Expand Up @@ -797,4 +797,4 @@ typedef __attribute__((ext_vector_type(2)))
}
}

#endif //__RECURSIVE_VERIFIER_TEMPLATE_HPP__
#endif //__RECURSIVE_VERIFIER_TEMPLATE_HPP__

0 comments on commit a7ca0e5

Please sign in to comment.