Skip to content

Commit

Permalink
DSPPP : Updated test criteria for mixed complex q15 matrix operations
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe0606 committed Sep 13, 2024
1 parent 5a2f32f commit a08f709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsppp/tests/matrix_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ struct ErrThreshold<std::complex<Q15>>
{
constexpr static float abserr = 0;
constexpr static float relerr = 0;
constexpr static uint32_t fixerr = 8;
constexpr static uint32_t fixerr = 17;
};

// Should be more accurate than F32 but right know
Expand Down

0 comments on commit a08f709

Please sign in to comment.