- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If I do "less /proc/cpuinfo", I get -
--
model name : Intel Xeon CPU X5365 @ 3.00GHz
stepping : 11
cpu MHz : 3000.111
cache size : 4096 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
syscall lm pni monitor ds_cpl est tm2 cx16 xtpr lahf_lm
---
which means "Intel Xeon CPU X5365" supports SSE till sse2.
How to have SSE3 onwards supports on Linux x86_64 with this processor with ICC as -
----
$ icpc -V
Intel C++ Intel 64 Compiler Professional for applications running on Intel 64, Version 11.0 Build 20081105 Package ID: l_cproc_p_11.0.074
Copyright (C) 1985-2008 Intel Corporation. All rights reserved.
FOR NON-COMMERCIAL USE ONLY
----
~BR
--
model name : Intel Xeon CPU X5365 @ 3.00GHz
stepping : 11
cpu MHz : 3000.111
cache size : 4096 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
syscall lm pni monitor ds_cpl est tm2 cx16 xtpr lahf_lm
---
which means "Intel Xeon CPU X5365" supports SSE till sse2.
How to have SSE3 onwards supports on Linux x86_64 with this processor with ICC as -
----
$ icpc -V
Intel C++ Intel 64 Compiler Professional for applications running on Intel 64, Version 11.0 Build 20081105 Package ID: l_cproc_p_11.0.074
Copyright (C) 1985-2008 Intel Corporation. All rights reserved.
FOR NON-COMMERCIAL USE ONLY
----
~BR
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Go ahead and use SSE3 if you like. The fact that SSE2 is supported doesn't exclude SSE3 and SSSE3, although the latter tends to handicap those more recent CPUs which accept it.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page