summaryrefslogtreecommitdiffstats
path: root/package/python-numpy
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2015-08-13 01:20:01 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-10-04 17:27:27 +0100
commit5b84265f1c29504724d0682c692f22ef02108a9f (patch)
tree2c8afa227e0969f9f3ea2f28f1449945ead563b5 /package/python-numpy
parente0ae34b02943cc3d218ec4a489809c4848546a8c (diff)
downloadbuildroot-5b84265f1c29504724d0682c692f22ef02108a9f.tar.gz
buildroot-5b84265f1c29504724d0682c692f22ef02108a9f.zip
gcc: backport mauto-litpools xtensa option
With support from assembler this option allows compiling huge functions, where single literal pool at the beginning of a function may not be reachable by L32R instructions at its end. Currently assembler --auto-litpools option cannot deal with literals used from multiple locations separated by more than 256 KBytes of code. Don't turn constants into literals, instead use MOVI instruction to load them into registers and let the assembler turn them into literals as necessary. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-numpy')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud