Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-02 | Drop Windows/Mac support, require pthreads | Lars-Dominik Braun | 1 | -60/+4 | |
2015-05-02 | Drop support for atomic ops and bucket formats | Lars-Dominik Braun | 1 | -26/+0 | |
Atomic ops are slower than locks, probably going to switch buckets to uint64_t later. | |||||
2015-05-02 | Vectorize flam3_iterate | Lars-Dominik Braun | 1 | -10/+12 | |
2015-05-02 | Replace isaac with xorshift | Lars-Dominik Braun | 1 | -4/+1 | |
No difference in performance. rdrand instruction alone is too slow. | |||||
2015-05-02 | Fix crash | Lars-Dominik Braun | 1 | -3/+2 | |
For some reason filter is overwritten by pthread_join, removing its second argument fixes the problem. It is unused anyway. | |||||
2015-05-02 | Move out of subdir | Lars-Dominik Braun | 1 | -0/+1287 | |