mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Modified CFLAGS recomendations for PowerPC VSX
This commit is contained in:
parent
ee5804fa14
commit
6ff408d423
@ -420,8 +420,8 @@ AS_HELP_STRING([[[--enable-powerpc-vsx]]],
|
|||||||
AC_DEFINE([PNG_POWERPC_VSX_OPT], [2],
|
AC_DEFINE([PNG_POWERPC_VSX_OPT], [2],
|
||||||
[Enable POWERPC VSX optimizations])
|
[Enable POWERPC VSX optimizations])
|
||||||
AC_MSG_WARN([--enable-powerpc-vsx: please specify 'check' or 'api', if]
|
AC_MSG_WARN([--enable-powerpc-vsx: please specify 'check' or 'api', if]
|
||||||
[you want the optimizations unconditionally pass '-maltivec and -mabi=altivec']
|
[you want the optimizations unconditionally pass '-maltivec -mabi=altivec']
|
||||||
[to the compiler.]);;
|
[or '-mcpu=power8'to the compiler.]);;
|
||||||
*)
|
*)
|
||||||
AC_MSG_ERROR([--enable-powerpc-vsx=${enable_powerpc_vsx}: invalid value])
|
AC_MSG_ERROR([--enable-powerpc-vsx=${enable_powerpc_vsx}: invalid value])
|
||||||
esac])
|
esac])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user