6/9

string: introduce memcpy_nontemporal()

引入memcpy_nontemporal()用于一次性写拷贝,x86上封装memcpy_flushcache(),通用回退为memcpy()以保留FORTIFY检查,不隐含内存屏障。