summaryrefslogtreecommitdiff
path: root/strata/swift
Commit message (Collapse)AuthorAgeFilesLines
* Use MORPH_ARCH instead manual parsingJavier Jardón2015-12-211-2/+1
| | | | Change-Id: I10f5794157941c828db8d3acbc386dffbacd1831
* Fix liberasurecode buildTiago Gomes2015-06-171-0/+5
| | | | Change-Id: Id05778e81b4231b6c1ba0d0053527976396359e5
* Disable 'sse' optimization when compiling gf-completeFrancisco Redondo Marchena2015-06-151-0/+20
| | | | | | | | | | | | | | | | | | | | | | | 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
* Add swift to devel systemRichard Ipsum2015-03-301-0/+8
This is needed to build swift data structures at deploy time Change-Id: I54ea8c1d75195ad33046ff48397458fe5c1d1e79