mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 17:48:01 +02:00
Added Target CPU workspace override
This commit is contained in:
parent
91e856fc0b
commit
125d5c0c8c
14 changed files with 34 additions and 13 deletions
|
@ -775,6 +775,7 @@ namespace IDE.ui
|
|||
return false;
|
||||
});
|
||||
allocPropEntry.mOnUpdate();
|
||||
AddPropertiesItem(category, "Target CPU", "mTargetCPU");
|
||||
AddPropertiesItem(category, "SIMD Instructions", "mBfSIMDSetting");
|
||||
AddPropertiesItem(category, "Optimization Level", "mBfOptimizationLevel",
|
||||
scope String[] ( "O0", "O1", "O2", "O3", "Og", "Og+"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue