xenia-project/xenia

Optimize byte swapping routines in memory_generic.cc

Open

#308 opened on Jun 29, 2015

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (7,418 stars) (1,077 forks)batch import
cpugood first issue

Description

AVX intrinsics and unrolled loops could help swap large chunks of memory much faster.

Contributor guide