package/go: enable ARMv7 optimizations for 32-bit ARMv8
authorMichael Baudino <michael@baudi.no>
Fri, 18 Dec 2020 10:00:23 +0000 (10:00 +0000)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 19 Dec 2020 11:17:12 +0000 (12:17 +0100)
commitc59409afd93b2a9bda9d5c3d6b765eaa4c1720dd
tree54d3d9d00eddd5963c6961fea053e2fc88ce157e
parent4e81152078d0da2b3dafd70cc3ed40dadcc0d062
package/go: enable ARMv7 optimizations for 32-bit ARMv8

When building for an ARMv8 in 32-bit, Go does not yet support ARMv8
optimizations (see issue: https://github.com/golang/go/issues/29373)
but can still benefit from ARMv7 optimizations.

Signed-off-by: Michael Baudino <michael@baudi.no>
[yann.morin.1998@free.fr:
  - move the comment to its own line, expand and reword it a bit
  - reword the commit log
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/go/go.mk