You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit 99c6231 added OPTIONS = -DAVX2 -mavx2 -mfma to lib/build/libsdr.mk, leading to
pocket_dump[3030167] trap invalid opcode ip:55fc619549b8 sp:7ffe82b923b0 error:0 in pocket_dump[55fc61953000+4000]
when executed on non-AVX2 CPUs. A test on the CPU capability when compiling would be nice, e.g. on the Intel(R) Core(TM) i5-3610ME of my Panasonic CF-19 the /proc/cpuinfo tells
Commit 99c6231 added
OPTIONS = -DAVX2 -mavx2 -mfma
tolib/build/libsdr.mk
, leading towhen executed on non-AVX2 CPUs. A test on the CPU capability when compiling would be nice, e.g. on the Intel(R) Core(TM) i5-3610ME of my Panasonic CF-19 the
/proc/cpuinfo
tellsnot including AVX2 support. I believe this is also valid in
pocket_acq/makefile
,pocket_snap/makefile
andpocket_trk/makefile
The text was updated successfully, but these errors were encountered: