提交 6ff408d4 编写于 作者: R root

Modified CFLAGS recomendations for PowerPC VSX

上级 ee5804fa
...@@ -420,8 +420,8 @@ AS_HELP_STRING([[[--enable-powerpc-vsx]]], ...@@ -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])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册