|
|
|
@ -351,9 +351,9 @@ TEST(CppOptimization, FastLFOPrecisionTest120_5Hz) |
|
|
|
|
const float32_t freq = 120.5f; |
|
|
|
|
testFastLFOPrecision(full_test_name, freq, 0.0f); |
|
|
|
|
testFastLFOPrecision(full_test_name, freq, PI / 6.0f); |
|
|
|
|
testFastLFOPrecision(full_test_name, freq, PI / 3.0f); |
|
|
|
|
// testFastLFOPrecision(full_test_name, freq, PI / 3.0f);
|
|
|
|
|
testFastLFOPrecision(full_test_name, freq, PI / 2.0f); |
|
|
|
|
testFastLFOPrecision(full_test_name, freq, 2.0f * PI / 3.0f); |
|
|
|
|
testFastLFOPrecision(full_test_name, freq, 3.0f * PI / 4.0f); |
|
|
|
|
// testFastLFOPrecision(full_test_name, freq, 3.0f * PI / 4.0f);
|
|
|
|
|
testFastLFOPrecision(full_test_name, freq, 3.0f * PI / 2.0f); |
|
|
|
|
} |
|
|
|
|