mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 20:51:12 -06:00 
			
		
		
		
	Show Eigen vectorization support in system info dialog.
This commit is contained in:
		
							parent
							
								
									ac1f24e5c9
								
							
						
					
					
						commit
						c09d702045
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -6,6 +6,8 @@ | |||
| 
 | ||||
| #include <string> | ||||
| 
 | ||||
| #include <Eigen/Core> | ||||
| 
 | ||||
| #include <wx/clipbrd.h> | ||||
| #include <wx/platinfo.h> | ||||
| #include "GUI_App.hpp" | ||||
|  | @ -145,11 +147,11 @@ SysInfoDialog::SysInfoDialog() | |||
|             "</font>" | ||||
|             "</body>" | ||||
|             "</html>", bgr_clr_str, text_clr_str, text_clr_str, | ||||
|             get_mem_info(true) + "<br>" + wxGetApp().get_gl_info(true, true)); | ||||
|             get_mem_info(true) + "<br>" + wxGetApp().get_gl_info(true, true) + "<br>Eigen vectorization supported: " + Eigen::SimdInstructionSetsInUse()); | ||||
|         m_opengl_info_html->SetPage(text); | ||||
|         main_sizer->Add(m_opengl_info_html, 1, wxEXPAND | wxBOTTOM, 15); | ||||
|     } | ||||
|      | ||||
| 
 | ||||
|     wxStdDialogButtonSizer* buttons = this->CreateStdDialogButtonSizer(wxOK); | ||||
|     m_btn_copy_to_clipboard = new wxButton(this, wxID_ANY, _(L("Copy to Clipboard")), wxDefaultPosition, wxDefaultSize); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vojtech Bubnik
						Vojtech Bubnik