Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-02 | Drop density estimator | Lars-Dominik Braun | 1 | -3/+0 | |
First of all, it does not look too pretty. But more importantly now we can reduce the bucket size to four (instead of five) and vectorize that stuff. | |||||
2015-05-02 | Remove unused variables, fix compiler warnings | Lars-Dominik Braun | 1 | -2/+1 | |
2015-05-02 | Unify prng use | Lars-Dominik Braun | 1 | -37/+35 | |
Finally drop all isaac references, do not use system rng any more. Drop rng state from flam3_frame – it was not used anyway. | |||||
2015-05-02 | Drop Windows/Mac support, require pthreads | Lars-Dominik Braun | 1 | -20/+0 | |
2015-05-02 | Replace isaac with xorshift | Lars-Dominik Braun | 1 | -3/+3 | |
No difference in performance. rdrand instruction alone is too slow. | |||||
2015-05-02 | Move out of subdir | Lars-Dominik Braun | 1 | -0/+1084 | |