How would you enable newer versions of SSE?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Techflash
Member
Member
Posts: 70
Joined: Sun May 08, 2022 2:10 am

How would you enable newer versions of SSE?

Post by Techflash »

I figured out how to enable SSE, but how would one go about enabling SSE2 and higher? In the wiki I found where in CPUID it shows if it's supported or not, but how would you enable them once you they are supported?
Octocontrabass
Member
Member
Posts: 5563
Joined: Mon Mar 25, 2013 7:01 pm

Re: How would you enable newer versions of SSE?

Post by Octocontrabass »

Enabling SSE enables all versions of SSE.
Techflash
Member
Member
Posts: 70
Joined: Sun May 08, 2022 2:10 am

Re: How would you enable newer versions of SSE?

Post by Techflash »

Octocontrabass wrote:Enabling SSE enables all versions of SSE.
Oh, ok. I thought it was different for each version.
Post Reply