beta-0.89.2
[luatex.git] / source / libs / gmp / gmp-src / mpn / x86_64 / fastsse / README
blob5538b2dcb0b2ba1c7533f897b7fac3bf607e9053
1 This directory contains code for x86-64 processors with fast
2 implementations of SSE operations, hence the name "fastsse".
4 Current processors that might benefit from this code are:
6   AMD K10
7   AMD Bulldozer/Piledriver/Steamroller/Excavator
8   Intel Nocona
9   Intel Nehalem/Westmere
10   Intel Sandybridge/Ivybridge
11   Intel Haswell/Broadwell
12   VIA Nano
14 Current processors that do not benefit from this code are:
16   AMD K8
17   AMD Bobcat
18   Intel Atom
20 Intel Conroe/Penryn is a border case; its handling of non-aligned
21 128-bit memory operands is poor.  VIA Nano also have poor handling of
22 non-aligned operands.