Changeset 24962


Ignore:
Timestamp:
06/03/20 17:22:28 (5 years ago)
Author:
Eric.Larour
Message:

CHG: enabling _HAVE_RESTRICT_ define.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/m4/issm_options.m4

    r24945 r24962  
    290290                        export CXXFLAGS="-O3 -march=corei7-avx"
    291291                        export CFLAGS="-O3 -march=corei7-avx"
     292                elif test "${VENDOR}" == "intel-pleiades-icpc"; then
     293                        export CXXFLAGS="-g -O3 -ipo -axAVX -ipo -no-inline-min-size -inline-max-size=345 -no-inline-max-total-size -no-inline-max-per-routine -no-inline-max-per-compile -restrict"
     294                        export CFLAGS="-g -O3 -ipo -axAVX -ipo -no-inline-min-size -inline-max-size=345 -no-inline-max-total-size -no-inline-max-per-routine -no-inline-max-per-compile -restrict"
     295                        AC_DEFINE([_HAVE_RESTRICT_], [1], [with restrict buffers])
    292296                else
    293297                        AC_MSG_ERROR([unknown compiler vendor!])
Note: See TracChangeset for help on using the changeset viewer.