Skip to content
Snippets Groups Projects

Simde (use of a SIMD emulation layer if necessary, e.g., non-AVX2, ARM...)

Merged Mongazon requested to merge simde into develop
Compare and Show latest version
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -424,7 +424,7 @@ check_install_usrp_uhd_driver(){
if [ $IS_CONTAINER -eq 0 ]
then
$SUDO $INSTALLER -y install python boost libusb-devel libusbx-devel boost-devel python-mako python-docutils $CMAKE
$SUDO -H pip install requests
$SUDO pip install requests
else
$SUDO $INSTALLER -y install boost boost-devel $CMAKE
$SUDO pip3 install mako requests
Loading