Changeset 7aae75 in git


Ignore:
Timestamp:
Jun 10, 2008, 5:43:08 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f71e8f146811346c50f3baa425d94da565fd7a55
Parents:
7afec583fbdb5a9d6bf075c89b37fc319f87cd99
Message:
*hannes: SI_CPU_*


git-svn-id: file:///usr/local/Singular/svn/trunk@10754 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/structs.h

    r7afec5 r7aae75  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: structs.h,v 1.45 2008-06-10 10:17:33 motsak Exp $ */
     6/* $Id: structs.h,v 1.46 2008-06-10 15:43:08 Singular Exp $ */
    77/*
    88* ABSTRACT
     
    3737#define HAVE_IDI 1
    3838
    39 #if defined(i386) || defined(x86_64_Linux) || defined(ix86_SunOS)
     39#if defined(SI_CPU_I386) || defined(SI_CPU_X86_64)
    4040  // the following settings seems to be better on i386 and x86_64 processors
    4141  // define if a*b is with mod instead of tables
     
    4545  // #define HAVE_DIV_MOD
    4646  // #endif
    47 #elif defined(IA64_Linux)
     47#elif defined(SI_CPU_IA64)
    4848  // the following settings seems to be better on itanium processors
    4949  // #define HAVE_MULT_MOD
     
    5252  // #define HAVE_DIV_MOD
    5353  // #endif
    54 #elif defined(SunOS_5)
     54#elif defined(SI_CPU_SPARC)
    5555  // #define HAVE_GENERIC_ADD
    5656  #define HAVE_MULT_MOD
     
    5858  #define HAVE_DIV_MOD
    5959  #endif
    60 #elif defined(ppc_Linux) || defined(ppcMac_darwin)
     60#elif defined(SI_CPU_PPC)
    6161  // the following settings seems to be better on ppc processors
    6262  // testet on: ppc_Linux, 740/750 PowerMac G3, 512k L2 cache
Note: See TracChangeset for help on using the changeset viewer.