Ignore:
Timestamp:
Dec 5, 2019, 3:38:01 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
47504331597a2f8c775772cb002241dcf904a680
Parents:
82c3a6cd9d304cd48449749fc04d7b1d25ea758b
Message:
opt: n_SetMap(A,B): for A==B always return ndCopyMap
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/ext_fields/algext.cc

    r82c3a6 rb69433  
    10191019  /* dst is expected to be an algebraic field extension */
    10201020  assume(getCoeffType(dst) == n_algExt);
    1021 
    1022   if( src == dst ) return ndCopyMap;
    10231021
    10241022  int h = 0; /* the height of the extension tower given by dst */
Note: See TracChangeset for help on using the changeset viewer.