Include last remarks from Ingo
- Changed `_mm_store_ps` to `STVF` - Increased number of cached CLUTs by factor 1.5
This commit is contained in:
@@ -572,9 +572,9 @@ Gtk::Widget* Preferences::getPerformancePanel ()
|
||||
clutCacheSizeSB->set_increments (1, 5);
|
||||
clutCacheSizeSB->set_max_length(2); // Will this be sufficient? :)
|
||||
#ifdef _OPENMP
|
||||
clutCacheSizeSB->set_range (1, 2 * omp_get_num_procs());
|
||||
clutCacheSizeSB->set_range (1, 3 * omp_get_num_procs());
|
||||
#else
|
||||
clutCacheSizeSB->set_range (1, 8);
|
||||
clutCacheSizeSB->set_range (1, 12);
|
||||
#endif
|
||||
clutCacheSizeHB->pack_start (*CLUTLl, Gtk::PACK_SHRINK, 0);
|
||||
clutCacheSizeHB->pack_end (*clutCacheSizeSB, Gtk::PACK_SHRINK, 0);
|
||||
|
Reference in New Issue
Block a user