An open API service indexing awesome lists of open source software.

https://github.com/alexpreynolds/simd-pearson-test

Test use of SIMD/SSE to calculate Pearson r correlation
https://github.com/alexpreynolds/simd-pearson-test

Last synced: 22 days ago
JSON representation

Test use of SIMD/SSE to calculate Pearson r correlation

Awesome Lists containing this project

README

        

# simd-pearson-test
Exploration of SIMD/SSE/AVX to calculate Pearson r correlation

To extract sample input and run tests:

```
$ make all
```

To save time, the `test-non-avx` and `test-avx` targets can be made after the sample input is extracted.