summaryrefslogtreecommitdiff
path: root/systems/build-system-x86_64.morph
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-06-15 10:24:31 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2015-06-15 14:00:38 +0000
commit6aa063410420635ab6df40f2bf8074b776b79f11 (patch)
tree9d1a64cdf7b3888bb3f554b0e59c037ddf93495d /systems/build-system-x86_64.morph
parentdcf9ad00bcefc4000a319e689303d6046ae71fee (diff)
downloaddefinitions-6aa063410420635ab6df40f2bf8074b776b79f11.tar.gz
Disable 'sse' optimization when compiling gf-completebaserock/adamcoldrick/baserock-15.25
Add --disable-sse on configuration time to avoid to use the sse4 instructions. Mason 32-bits is failing to compile gf-complete because it tries to use this set of instructions which are specific for 64 bits machines, showing the following error: gf_w128.c:393:5: error: incompatible types when assigning to type '__m128i' from type 'int' a = _mm_insert_epi64(prod, a128[1], 0x0); ^ gf_w128.c:394:5: error: incompatible types when assigning to type '__m128i' from type 'int' a = _mm_insert_epi64(a, a128[0], 0x1); ^ gf_w128.c:395:5: error: incompatible types when assigning to type '__m128i' from type 'int' b = _mm_insert_epi64(prod, b128[1], 0x0); ^ gf_w128.c:396:5: error: incompatible types when assigning to type '__m128i' from type 'int' b = _mm_insert_epi64(b, b128[0], 0x1); ^ Change-Id: I5162cf7722f36925dd082f99478afdaf83d55b80
Diffstat (limited to 'systems/build-system-x86_64.morph')
0 files changed, 0 insertions, 0 deletions