redefine hgl_cpy/hgl_move .... function name.

This commit is contained in:
2020-09-19 18:31:07 +08:00
parent 3e9b703ebc
commit 29785b9d2a
3 changed files with 20 additions and 11 deletions

View File

@@ -237,7 +237,7 @@ namespace hgl
template<typename T> T ToLittleEndian(T value){return value;}
template<typename T> inline void ToLittleEndian(T *,const int64){}
template<typename D,typename S> inline void ToLittleEndian(D *dst,const S *src,const int64 count){hgl_cpy(dst,src,count);}
template<typename D,typename S> inline void ToLittleEndian(D *dst,const S *src,const int64 count){typeconv(dst,src,count);}
#endif//HGL_BIG_ENDIAN