thegrandpoobah / voronoi

Weighted Voronoi Stippler
http://www.saliences.com/projects/npr/stippling/index.html
MIT License
58 stars 25 forks source link

Enable VC++'s PGO builds #12

Closed thegrandpoobah closed 12 years ago

thegrandpoobah commented 12 years ago

Enable Profile Guided Optimization on a corpus of inputs to see if it increases the speed of the application any.

thegrandpoobah commented 12 years ago

Whoops, VC++'s PGO does not work with OpenMP. OpenMP gives much better perf improvements than PGO, so lets not do PGO and do OpenMP instead.