[Patch, AArch64] Optimized strcpy

Joseph Myers joseph@codesourcery.com
Wed Jan 7 16:20:00 GMT 2015


On Wed, 7 Jan 2015, Richard Earnshaw wrote:

> +#ifdef BUILD_STPCPY
> +#define STRCPY __stpcpy
> +#else
> +#define STRCPY strcpy
> +#endif

Watch the preprocessor indentation, should be "# define" inside #if.  
Likewise elsewhere.

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Libc-alpha mailing list