its tests.
p4raw-id: //depot/perl@28728
case "`${cc:-cc} -V 2>&1`" in
*"Intel(R) C++ Compiler"*|*"Intel(R) C Compiler"*)
# This is needed for Configure's prototype checks to work correctly
- # The -mp1 flag is needed to pass cmp related tests
+ # The -mp flag is needed to pass various floating point related tests
# The -no-gcc flag is needed otherwise, icc pretends (poorly) to be gcc
- ccflags="-we147 -mp1 -no-gcc $ccflags"
+ ccflags="-we147 -mp -no-gcc $ccflags"
# If we're using ICC, we usually want the best performance
case "$optimize" in
'') optimize='-O3' ;;