AdamNiederer / faster

SIMD for humans
Mozilla Public License 2.0
1.56k stars 51 forks source link

Better test case #17

Closed ralfbiedert closed 6 years ago

ralfbiedert commented 6 years ago

I improved the test case a bit:

@AdamNiederer, please let me know if you want these tests to be named / work differently. I shamelessly implemented what I need to be verified for my own project, and I assumed tests in the individual source files are unit tests, while those under tests/ are more "integration" tests (e.g., building a SIMD kernel).

AdamNiederer commented 6 years ago

@AdamNiederer, please let me know if you want these tests to be named / work differently. I shamelessly implemented what I need to be verified for my own project, and I assumed tests in the individual source files are unit tests, while those under tests/ are more "integration" tests (e.g., building a SIMD kernel).

I'll probably add a few more myopic tests to iters.rs once I stabilize the explicit API, but those look sufficiently "big-picture" for their own module. Thanks for fixing the docs, as well :).