View Single Post
Old 6th August 2016, 18:00   #18  |  Link
james1201
Registered User
 
Join Date: Feb 2013
Posts: 9
Quote:
Originally Posted by Myrsloik View Post
I'm lazy so here's the whole file with changes. Grab whatever you want from it.

Highlights:
Only needs sse2 now, no measurable performance loss
Fixes vs2015 compilation (which somehow produces a faster binary than your gcc one)
Puts all the sse code under #ifdef VS_TARGET_CPU_X86 so a plain version can be compiled on other platforms
Fixes some conversion warnings

I tried to get the float sse to compile but it seems it's missing a float version of processBuffers_org_sse. I can only test the new version after commenting out stuff?
Thanks for the patch, I have pushed it into the repo.

PS:
my vs2015 was broken after I updated it to the new version yesterday.
so i can only provide the binary built by gcc now...
james1201 is offline   Reply With Quote