Add Taylor expansion to LookupXSIMD (#23)

Co-authored-by: Wiebe van Breukelen <breukelen@astron.nl>
Co-authored-by: mancini <mancini@astron.nl>
This commit is contained in:
Bram Veenboer
2025-08-15 10:53:15 +02:00
committed by GitHub
parent 9c17e90c77
commit c85df5f69c
3 changed files with 124 additions and 31 deletions

View File

@@ -7,7 +7,7 @@
#include <catch2/matchers/catch_matchers_floating_point.hpp>
#include <trigdx/reference.hpp>
const size_t N = 1e7;
const size_t N = 1234;
void init_x(std::vector<float> &x) {
for (size_t i = 0; i < x.size(); ++i) {