Skip to content

Commit

Permalink
Fix 32 bit fat build.
Browse files Browse the repository at this point in the history
  • Loading branch information
wbhart committed Feb 22, 2017
1 parent 20b2440 commit ae043b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mpn/x86/fat/fat.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ struct cpuvec_t __gmpn_cpuvec = {
#define CPUSETUP_sandybridge CPUVEC_SETUP_nehalem
#define CPUSETUP_ivybridge CPUVEC_SETUP_nehalem
#define CPUSETUP_haswell CPUVEC_SETUP_nehalem
#define CPUSETUP_broadwell CPUVEC_SETUP_nehalem
#define CPUSETUP_skylake CPUVEC_SETUP_nehalem
#define CPUSETUP_skylakeavx CPUVEC_SETUP_nehalem
#define CPUSETUP_atom CPUVEC_SETUP_p6;CPUVEC_SETUP_p6_mmx;CPUVEC_SETUP_p6_p3mmx
#define CPUSETUP_nano CPUVEC_SETUP_p6;CPUVEC_SETUP_p6_mmx;CPUVEC_SETUP_p6_p3mmx
#define CPUSETUP_pentium4 CPUVEC_SETUP_pentium4;CPUVEC_SETUP_pentium4_mmx;CPUVEC_SETUP_pentium4_sse2
Expand Down

0 comments on commit ae043b1

Please sign in to comment.