History log of /isa-l/erasure_code/ec_base.h (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 300260a4 19-Apr-2024 Marcel Cornu <marcel.d.cornu@intel.com>

erasure_code: reformat using new code style

Signed-off-by: Marcel Cornu <marcel.d.cornu@intel.com>


Revision tags: v2.31.0
# 1eff12dd 13-Nov-2023 Pablo de Lara <pablo.de.lara.guarch@intel.com>

erasure_code: implement EC with AVX512 + GFNI

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>


Revision tags: v2.30.0, v2.29.0
# d32d3f69 09-Oct-2019 Bernd Schubert <bschubert@ddn.com>

Make variables in ec_base.h (file) static

ec_base.h has several variables, which were defined with
a global scope. Exactly those global variables caused issues
on linking a static compilation of lib

Make variables in ec_base.h (file) static

ec_base.h has several variables, which were defined with
a global scope. Exactly those global variables caused issues
on linking a static compilation of libisal.a to a shared lib.
Adding -fPIC to CFLAGS somehow didn't help.
As all the variables in ec_base.h are only included
and used by a single C file, all of these can be
(file) static, which then will also helps the compiler to
make further optimizations. And which also solves the issue
to link the static libisal to a shared lib.

Also make the variables const, as these are constants and
must be modified.

Change-Id: I2b8141dabc1c7a528401f2778cdbdbed6c93c36b
Signed-off-by: Bernd Schubert <bschubert@ddn.com>

show more ...


Revision tags: v2.28.0, v2.27.0, v2.26.0, v2.25.0, v2.24.0, v2.23.0, v2.22.0, v2.21.0, v2.20.0, v2.19.0
# fc1467de 31-May-2017 Greg Tucker <greg.b.tucker@intel.com>

Format only patch from iindent and remove_whitespace

Change-Id: I114bfcfa8750c7ba3a50ad2be9dd9e87cb7a1042
Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>


Revision tags: v2.18.0, v2.17.0, v2.16.0, v2.15.0, v2.14.1
# 00c1efc1 22-Oct-2015 Greg Tucker <greg.b.tucker@intel.com>

Initial commit isa-l v2.14.1

Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>