Posts: 97
Threads: 9
Joined: Apr 2009
Reputation:
0
Just wondered if it was possible to get the compiled GSDX (latest) like we do with the Windows GIT builds? I'm specifically after one with the AVX extensions enabled as I primarily use software rendering. The plugins in the official download only include AVX2 which doesn't work on my processor (i5 2500k).
I tried compiling myself but no luck (mint 18 x64), does anyone have an AVX GSDX (newer the better I guess) they'd be willing to share with me that I can drop into my plugins folder?
i5 7600k, GTX 680, 16GB DDR4 3000
Manjaro [Hakoila] KDE Plasma
Posts: 6.069
Threads: 68
Joined: May 2010
Reputation:
167
Location: Grenoble, France
07-12-2016, 05:13 PM
(This post was last modified: 07-12-2016, 06:25 PM by gregory .)
What is your distribution ?
Edit: ok just saw mint 18. Do you know the version of your libstdc++ ? I can compile you a binary but I'm limited to gcc 4.9 (debian stable)
Posts: 97
Threads: 9
Joined: Apr 2009
Reputation:
0
(07-12-2016, 05:13 PM) gregory Wrote: What is your distribution ?
Edit: ok just saw mint 18. Do you know the version of your libstdc++ ? I can compile you a binary but I'm limited to gcc 4.9 (debian stable)
/sbin/ldconfig -p | grep stdc++
libstdc++.so.6 (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libstdc++.so.6
libstdc++.so.6 (libc6) => /usr/lib/i386-linux-gnu/libstdc++.so.6
libstdc++.so.5 (libc6) => /usr/lib/i386-linux-gnu/libstdc++.so.5
gcc -dumpversion
5.3.1
Looks like my gcc is 5.3.1, would it still work? Would be great if you could provide a binary.
i5 7600k, GTX 680, 16GB DDR4 3000
Manjaro [Hakoila] KDE Plasma
Posts: 6.069
Threads: 68
Joined: May 2010
Reputation:
167
Location: Grenoble, France
Not sure it will work. Here a build optimized for sandy bridge.
Attached Files
libGSdx.so.xz (Size: 383,65 KB / Downloads: 305)
Posts: 97
Threads: 9
Joined: Apr 2009
Reputation:
0
(07-13-2016, 07:25 PM) gregory Wrote: Not sure it will work. Here a build optimized for sandy bridge.
Works great, thank you!
i5 7600k, GTX 680, 16GB DDR4 3000
Manjaro [Hakoila] KDE Plasma