Changeset 73184 in vbox for trunk/doc/manual/en_US
- Timestamp:
- Jul 17, 2018 3:10:35 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123787
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_AdvancedTopics.xml
r73181 r73184 3718 3718 3719 3719 <sect1 id="sse412passthrough"> 3720 <title> Experimental support for passing through SSE4.1 / SSE4.2 instructions</title>3720 <title>Passing through SSE4.1 / SSE4.2 instructions</title> 3721 3721 <para> 3722 3722 To provide SSE 4.1 / SSE 4.2 support to guests, the host CPU has to 3723 implement these instruction sets. Starting with VirtualBox 4.3.8 it is 3724 possible to enable these instructions for certain guests using the 3725 following commands:</para><screen>VBoxManage setextradata "VM name" VBoxInternal/CPUM/SSE4.1 1 3726 VBoxManage setextradata "VM name" VBoxInternal/CPUM/SSE4.2 1</screen> 3723 implement these instruction sets. The instruction sets are exposed 3724 to guests by default, but it is possible to disable the instructions 3725 for certain guests using the following commands:</para> 3726 <screen>VBoxManage setextradata "VM name" VBoxInternal/CPUM/IsaExts/SSE4.1 0 3727 VBoxManage setextradata "VM name" VBoxInternal/CPUM/IsaExts/SSE4.2 0</screen> 3727 3728 <para> 3728 These are a per-VM settings and they are turned offby default.3729 These are a per-VM settings which are turned on by default. 3729 3730 </para> 3730 3731 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.