Skip to content

Commit

Permalink
re-enable special case
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-johansson committed Jan 25, 2024
1 parent 6c0afe7 commit 5f283d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fmpz_vec/dot.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ _fmpz_vec_dot_general(fmpz_t res, const fmpz_t initial, int subtract,

slong i;

if (len <= 1 && initial == NULL)
if (len <= 1)
{
if (initial == NULL)
{
Expand Down

0 comments on commit 5f283d7

Please sign in to comment.