Branch: refs/heads/master
Home: https://github.com/Linaro/odp
Commit: c3e8fb83ed8b5d9017c4fc72ac8ad03bea04b753
https://github.com/Linaro/odp/commit/c3e8fb83ed8b5d9017c4fc72ac8ad03bea04b753
Author: Petri Savolainen <[email protected]>
Date: 2018-11-16 (Fri, 16 Nov 2018)
Changed paths:
M platform/linux-generic/arch/aarch64/odp_sysinfo_parse.c
Log Message:
-----------
linux-gen: sysinfo: print out ARM build time features
Print out feature flags that were used in build time. The
output may be used to check e.g. if binary was built with
ARMv8.0 or >= ARMv8.1 instructions.
Signed-off-by: Petri Savolainen <[email protected]>
Reviewed-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: a78ae2b646fa194a3e148c8577e5c4d4857002da
https://github.com/Linaro/odp/commit/a78ae2b646fa194a3e148c8577e5c4d4857002da
Author: Petri Savolainen <[email protected]>
Date: 2018-11-16 (Fri, 16 Nov 2018)
Changed paths:
M platform/linux-generic/arch/aarch64/odp_atomic.h
Log Message:
-----------
linux-gen: arm atomic: fix register numbering with casp
ARMv8.1 specific casp() function failed to build due to
register numbering issues. CASP instructions require that the
first register of a pair is even. Force register numbering
to start from even numbers (x0 and x2).
Signed-off-by: Petri Savolainen <[email protected]>
Reviewed-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: fd383ebb6ea70350c28227d0b133c4e9c7075997
https://github.com/Linaro/odp/commit/fd383ebb6ea70350c28227d0b133c4e9c7075997
Author: Petri Savolainen <[email protected]>
Date: 2018-11-16 (Fri, 16 Nov 2018)
Changed paths:
M configure.ac
Log Message:
-----------
linux-gen: build: enable CPU arch specific optimization
When not building in ABI compatible mode, enable compiler
optimizations for the CPU architecture of the local machine.
Signed-off-by: Petri Savolainen <[email protected]>
Reviewed-by: Dmitry Eremin-Solenikov <[email protected]>
Reviewed-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Compare: https://github.com/Linaro/odp/compare/1c1118ee10c2...fd383ebb6ea7
**NOTE:** This service has been marked for deprecation:
https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.