Changeset dab6f7 in git for m4


Ignore:
Timestamp:
Nov 1, 2021, 1:17:38 PM (2 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0db4d526bc62de769f6f8925ddc9e0e930eaab3c
Parents:
4525869b7dfdc201dda105c335468e60cb992629
Message:
fix: typo in m4/cpu-check.m4
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/cpu-check.m4

    r4525869 rdab6f7  
    6565  [powerpc*|ppc*], [AC_DEFINE(HAVE_GENERIC_MULT,1,multiplication is fast on the cpu: a*b is with mod otherwise using tables of logartihms)],
    6666dnl the following settings seems to be better on arm processors
    67   [arm*], []
     67  [arm*], [],
    6868  [aarch64*], [
    6969               AC_DEFINE(HAVE_INVTABLE,1,division via a table of logarithms)
    7070               AC_DEFINE(HAVE_GENERIC_MULT,1,multiplication is fast on the cpu: a*b is with mod otherwise using tables of logartihms)
    71                ]
     71               ],
    7272  []
    7373)
Note: See TracChangeset for help on using the changeset viewer.