VertexLoaderX64: support SSE2 as a fallback

With suggestions by Fiora and magumagu.
This commit is contained in:
Tillmann Karras
2015-03-18 11:26:21 +01:00
parent 9793fed742
commit 7030542546
2 changed files with 99 additions and 40 deletions

View File

@ -8,7 +8,7 @@ public:
protected:
std::string GetName() const override { return "VertexLoaderX64"; }
bool IsInitialized() override;
bool IsInitialized() override { return true; }
int RunVertices(DataReader src, DataReader dst, int count, int primitive) override;
private: