Talk:System.TestSSE

From RAD Studio API Documentation
Jump to: navigation, search

Note: IA64 architecture contains SSE and SSE2 and the value of TestSSE is 3 on X64 platform.

IA64 is NOT x64. IA64 is the architecture of Itanium (http://en.wikipedia.org/wiki/Itanium#Architecture / http://en.wikipedia.org/wiki/IA-64) It should be use X64 instead. (or select better word from Documentation's glossary )

This note should be replaced with

Note: All of X64 architecture CPU have SSE and SSE2 functionality at least.

--Tarisawa (talk) 05:15, 18 February 2015 (PST)

- The following line is incorrect.

TestSSE can have one of the following values:

Please use the following sentense.

TestSSE can have combination of the following values:

  • 1 - SSE functionality is available.
  • 2 - SSE2 are available.

0 means The CPU doesn’t have any SSE functionality.


- Please remove this line.

3 - SSE and SSE2 are available and the platform is X64.

The comment in the source code (I wrote) means all of X64 CPU supports SSE and SSE2.

--Tarisawa (talk) 05:25, 18 February 2015 (PST)