Home | History | Annotate | only in /src/external/lgpl3/gmp/dist/mpn/x86_64/bd1
Up to higher level directory
NameDateSize
addmul_2.asm27-Sep-20204.1K
aorrlsh1_n.asm22-Aug-20171.3K
aorrlsh_n.asm27-Sep-20201.3K
aors_n.asm27-Sep-20201.3K
aorsmul_1.asm27-Sep-20204K
com.asm22-Aug-20171.3K
copyd.asm22-Aug-20171.3K
copyi.asm22-Aug-20171.3K
gcd_11.asm27-Sep-20201.2K
gmp-mparam.h27-Sep-202013K
hamdist.asm27-Sep-20205K
mul_1.asm27-Sep-20204K
mul_2.asm27-Sep-20203.6K
mul_basecase.asm22-Aug-20177.4K
popcount.asm27-Sep-20204.9K
README22-Aug-2017478
sec_tabselect.asm22-Aug-20171.3K
sublsh1_n.asm22-Aug-20171.2K

README

      1 This directory contains code for AMD bulldozer including its piledriver update.
      2 
      3 We currently make limited use of SIMD instructions, both via the MPN_PATH and
      4 via inclusion of x86_64/fastsse files.
      5 
      6 The bd1 cores share one SIMD/FPU pipeline for two integer units.  This probably
      7 means that an all-core GMP load (such as a HPC load) might run slower if there
      8 is significant SIMD dependency.
      9 
     10 We should perhaps allow a special 'bd1nosimd' pseudo cpu-name excluding any
     11 SIMD code.
     12