This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] make last two args to __builtin_prefetch optional


On Thu, Dec 06, 2001 at 12:42:26PM -0800, Janis Johnson wrote:
> 	* builtin-types.def (BT_FN_VOID_PTR_VAR): New.
> 	* builtins.def (BUILT_IN_PREFETCH): Change arguments.
> 	* builtins.c (expand_builtin_prefetch): Two arguments are now optional,
> 	with defaults for read prefetch with high degree of locality.
> 	* doc/extend.texi (__builtin_prefetch): Update documentation.
> 	* doc/md.texi (prefetch): Add documentation.
> 
> 	* gcc.c-torture/execute/builtin-prefetch-1.c: Add checks for
> 	variable argument list.

Ok.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]