[arch-commits] Commit in srslte/repos (3 files)

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


    Date: Thursday, February 6, 2020 @ 21:48:41
  Author: ffy00
Revision: 563684

archrelease: copy trunk to community-x86_64

Added:
  srslte/repos/community-x86_64/
  srslte/repos/community-x86_64/srslte-avx2.install
    (from rev 563683, srslte/trunk/srslte-avx2.install)
  srslte/repos/community-x86_64/srslte.install
    (from rev 563683, srslte/trunk/srslte.install)

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

Copied: srslte/repos/community-x86_64/srslte-avx2.install (from rev 563683, srslte/trunk/srslte-avx2.install)
===================================================================
--- community-x86_64/srslte-avx2.install	                        (rev 0)
+++ community-x86_64/srslte-avx2.install	2020-02-06 21:48:41 UTC (rev 563684)
@@ -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.'
+}

Copied: srslte/repos/community-x86_64/srslte.install (from rev 563683, srslte/trunk/srslte.install)
===================================================================
--- community-x86_64/srslte.install	                        (rev 0)
+++ community-x86_64/srslte.install	2020-02-06 21:48:41 UTC (rev 563684)
@@ -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