[arch-commits] Commit in srslte/trunk (srslte-avx2.install srslte.install)

Filipe Laíns ffy00 at archlinux.org
Thu Feb 6 21:48:09 UTC 2020


    Date: Thursday, February 6, 2020 @ 21:48:09
  Author: ffy00
Revision: 563683

upgpkg: srslte 19.12-1

Added:
  srslte/trunk/srslte-avx2.install
  srslte/trunk/srslte.install

---------------------+
 srslte-avx2.install |    4 ++++
 srslte.install      |    4 ++++
 2 files changed, 8 insertions(+)

Added: srslte-avx2.install
===================================================================
--- srslte-avx2.install	                        (rev 0)
+++ srslte-avx2.install	2020-02-06 21:48:09 UTC (rev 563683)
@@ -0,0 +1,4 @@
+post_install(){
+    echo 'The binaries in the package include AVX2 instructions.'
+    echo 'If your CPU does not support them please use the sdrangel package.'
+}

Added: srslte.install
===================================================================
--- srslte.install	                        (rev 0)
+++ srslte.install	2020-02-06 21:48:09 UTC (rev 563683)
@@ -0,0 +1,4 @@
+post_install(){
+    echo 'The binaries in the package have limited SIMD support.'
+    echo 'Please consider using srslte-avx2 if your CPU supports AVX2 extensions, it will give you a bigperformance boost.'
+}



More information about the arch-commits mailing list