07th-mod / ponscripter-fork

Fork of the Ponscripter visual novel engine to take advantage of SDL2 and improve Steam integration
GNU General Public License v2.0
15 stars 4 forks source link

Unbreak on non-x86 archs after SSSE3 conditional #7

Closed jbeich closed 3 years ago

jbeich commented 3 years ago

Regressed by 29c36286692a. From aarch64 error log:

/usr/bin/c++ -O2 -pipe -fstack-protector-strong -fno-strict-aliasing   -c -MMD   -O2 -pipe -fstack-protector-strong -fno-strict-aliasing   -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -pthread  -I/usr/local/include/SDL2 -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include -I/usr/local/include/smpeg2 -I/usr/local/include/SDL2 -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/freetype2 -I/usr/local/include/libpng16  -DLINUX -DUSE_OGG_VORBIS -DCONST_ICONV  -DLIBNOTIFY -DENABLE_JOYSTICK graphics_accelerated.cpp
graphics_accelerated.cpp:114:17: error: use of undeclared identifier 'bit_SSSE3'
    if (!(ecx & bit_SSSE3)) { return false; }
                ^
1 error generated.
drojf commented 3 years ago

Hi, sorry I missed this PR as I forgot to turn on notifs for this repo.

I have no idea about this stuff so I'll request tellowkrinkle check the changes