mirror of https://gerrit.osmocom.org/libosmocore
daniel/io_uring
master
neels/log_timestamps
neels/new_fsm
neels/talloc_report_to_stdout
neels/ladder
neels/gsm-shark
neels/codecs
neels/log_auto_colors
laforge/libosmoisdn
laforge/csd
pespin/fix2
bugfix/encode-channel-type-signalling
osmith/1.8.1
2023q1
neels/sc_rc
laforge/io_uring
osmith/wip
2022q2
2022q1
daniel/bvc-reset
laforge/openwrt
laforge/pkgconfig
2021q4
pespin/dlci
2021q1
lynxis/ns2_next
daniel/misc
lynxis/sns_debugging
daniel/tracing
laforge/context
laforge/usdt
daniel/ns2
lynxis/ns2_vty
laforge/cbch
laforge/gs
fairwaves/production
fairwaves/ip-gb
laforge/notls-hack
cccamp2019
daniel/gb-sns
35c3
laforge/iu_up
daniel/onwaves
osmith/new-osmo-sock-functions
user/kluchnikov/gb-sns-hack
neels/log_functions
laforge/sock2
laforge/gprs-ns-instances
nrw/litecell15-merge
zecke/aes-ubsan
zecke/osmo-sip-connector
zecke/pre-release/0.9.3-t4
sysmocom/shared/log-speed
zecke/ancient/debian6.0
zecke/release/0.7-dev
mmcternan/bb_maint
jerlbeck/ns-48016-mods
laforge/c-ares
laforge/nuttx
zecke/packages/wip
daniel/scts-fixes
jerlbeck/msgb-validation
achemeris/sms-fixes
achemeris/sms-validity
sylvain/security
jolly/7bit_ussd
debian
1.8.0
1.7.0
1.6.0
1.5.2
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
0.12.1
0.12.0
0.11.0
0.10.2
0.10.1
0.10.0
fairwaves/0.9.6-fw.1
0.9.3
0.9.6
0.9.5
0.9.4
0.9.0
0.8.0
0.7.0
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.3
0.5.2
0.5.1
0.5.0
0.4.3
0.4.2
0.4.1
0.3.11
0.4.0
0.3.10
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.31
0.1.30
0.1.29
0.1.28
0.1.27
0.1.26
0.1.25
0.1.24
0.1.23
0.1.22
0.1.21
0.1.20
0.1.19
0.1.18
0.1.16
0.1.15
0.1.14
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4onwaves
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.3.1+deb1
0.3.1+deb2
0.8.2
0.8.3
3G_2016_09
fairwaves/1.3.0-fw.1
fairwaves/1.3.0-fw.2
fairwaves/1.3.0-fw.3
fairwaves/1.3.0-fw.4
fairwaves/1.3.0-fw.5
fairwaves/1.3.0-fw.6
fairwaves/1.3.0-fw.7
${ noResults }
3 Commits (898ffefde4198a23a92810a9cf39ff6846f3bb39)
Author | SHA1 | Message | Date |
---|---|---|---|
![]() |
13f4762827 |
configure.ac: fix build on systems without SIMD support
HAVE_AVX2, HAVE_SSE3 and HAVE_SSE4_1 were never defined if CPU architecture doesn't match the (86*|x86_64*|amd64*) condition. Change-Id: If0c3128f9768f95c1f5f955db242e71c81384c6c |
6 years ago |
![]() |
2c3066e5da |
configure.ac: add SIMD detection capabilities
This change adds a check whether compiler supports some SIMD (Single Instruction, Multiple Data) instructions. It is enabled by default, and can be disabled by configure option --disable-simd. The check macro is based on the AX_EXT from autoconf-archive: www.gnu.org/software/autoconf-archive/ax_ext.html And depends on the ax_check_compile_flag macro: www.gnu.org/software/autoconf-archive/ax_check_compile_flag.html Currently only the following SIMD extensions are being checked: AVX2, SSE3, SSE4.1, but adding others is also possible. All found extensions are being defined in the 'config.h' header. Change-Id: Idf8fff984bd936a75c7c307338df88ba4b005817 |
6 years ago |
![]() |
b2eb83fa95 |
Create a dummy m4 directory to make autoreconf --install --force work
Even when removing AC_CONFIG_MACRO_DIR aclocal insisted that it needs to have a m4 directory. Make it happy by providing one. As git is not tracking directories I needed to add a dummy file. |
13 years ago |