提交记录 6935


用户 题目 状态 得分 用时 内存 语言 代码长度
Simpson561 1007. 测测你的memset Compile Error 0 0 ns 0 KB C++11 452 B
提交时间 评测时间
2018-11-17 13:23:33 2020-08-01 00:54:01
void my_memset(char *a, char c, unsigned n) {
	char s[16]={c,c,c,c,c,c,c,c,c,c,c,c,c,c,c,c}; while((int)a&15)*a++=c,n--;while(n&127)a[--n]=c;
	__asm("movups (%1), %%xmm0; _LAR: movntps %%xmm0, (%0); movntps %%xmm0, 16(%0); movntps %%xmm0, 32(%0); movntps %%xmm0, 48(%0); movntps %%xmm0, 64(%0); movntps %%xmm0, 80(%0); movntps %%xmm0, 96(%0); movntps %%xmm0, 112(%0); addl $128, %0; subl $1, %2; jnz _LAR; ": : "r"(a), "r"(&s), "r"(n/128): "memory");
}

CompilationN/AN/ACompile ErrorScore: N/A


Judge Duck Online | 评测鸭在线
Server Time: 2026-04-09 07:19:06 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠