openai / retro

Retro Games in Gym
MIT License
3.39k stars 526 forks source link

src: Check for SSSE3 support at runtime #188

Closed endrift closed 3 years ago

endrift commented 4 years ago

Untested fix for #187

Please make sure it doesn't cause significant slowdown in imageops calls.

christopherhesse commented 4 years ago

Thanks! Hopefully I can test it out next time we do open source stuff.

endrift commented 4 years ago

Looks like it doesn't build on clang, which I forgot we used on macOS.

endrift commented 4 years ago

The build failures seem to just be related to the outdated version of macOS in use, not the changes.

christopherhesse commented 3 years ago

Thanks for the PR @endrift! I think not many people use these CPUs so I'm going to close this for now.