├── FastMemcpy.c ├── FastMemcpy.h ├── FastMemcpy_Avx.c ├── FastMemcpy_Avx.h ├── LICENSE └── README.md /FastMemcpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skywind3000/FastMemcpy/HEAD/FastMemcpy.c -------------------------------------------------------------------------------- /FastMemcpy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skywind3000/FastMemcpy/HEAD/FastMemcpy.h -------------------------------------------------------------------------------- /FastMemcpy_Avx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skywind3000/FastMemcpy/HEAD/FastMemcpy_Avx.c -------------------------------------------------------------------------------- /FastMemcpy_Avx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skywind3000/FastMemcpy/HEAD/FastMemcpy_Avx.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skywind3000/FastMemcpy/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/skywind3000/FastMemcpy/HEAD/README.md --------------------------------------------------------------------------------