sort by:
Revision Author Date Message Commit Date
80ca7f1 test-simd.C: should now work on gcc 4.9 and gcc 5 20 February 2019, 09:13:46 UTC
e112aac test-simd.C: disabled some tests that I do not know how to compile with g++ < 6 19 February 2019, 13:34:07 UTC
bfc9657 SIMD: fixing comments in simd512.inl 19 February 2019, 10:39:47 UTC
7aa5706 SIMD: add missing vxor and vandnot methods in simd512.inl 19 February 2019, 10:39:06 UTC
01e10aa Fix #219 ? Wrong usage of uniform_real_distribution generated only inf values 19 February 2019, 10:32:08 UTC
6b0dbdd test-simd.C: added tests for zero, vand, vor, vxor, vandnot and div 19 February 2019, 10:16:03 UTC
fbc3db6 SIMD: remove madd, maddx, msub, nmadd: only alias to their f* counterpart and never used 19 February 2019, 10:05:01 UTC
f4590cc test-simd: add tests for some "*in" methods for floating point 18 February 2019, 16:25:03 UTC
99b87db test-simd: add tests for somd "*in" methods 18 February 2019, 15:59:32 UTC
f4b57ba Add missing fmaddxin for Simd128<uint64_t> 18 February 2019, 15:58:44 UTC
0b4e1fc test-simd.C: add tests for fmaddx, fmsubx and fnmaddx 18 February 2019, 15:30:22 UTC
e931b4b test-simd.C: add test for round 18 February 2019, 15:29:42 UTC
9176a6c test-simd.C: add tests for shift operations 18 February 2019, 13:31:38 UTC
5b3fd13 test-simd.C: remove comments that should not have been pushed 18 February 2019, 13:30:56 UTC
d75f43c test-simd.C: using std::function and std::array 18 February 2019, 13:30:09 UTC
dff535d Merge pull request #217 from linbox-team/fix_simd128_uint32 missing fix 18 February 2019, 10:20:29 UTC
1bd8dd0 missing fix 18 February 2019, 10:08:44 UTC
e690a1b Merge pull request #215 from linbox-team/fix-simd256_int32_sra Make sra method be templated for simd256<int32_t> 18 February 2019, 09:37:04 UTC
5c65429 Make sra method be templated for simd256<int32_t> (as in all other simd class) 18 February 2019, 09:20:07 UTC
92a9e9b disable testsint simd<int64_t> on 32 bits arch 18 February 2019, 08:37:05 UTC
f4ad749 Merge pull request #214 from linbox-team/simd_enhance Simd enhance 15 February 2019, 20:26:49 UTC
db05683 removed useless & incorrect commented load 15 February 2019, 15:11:11 UTC
e30e5df use simd256 vectorization in igebb14 in presence of AVX512 15 February 2019, 10:48:32 UTC
39312ae revert to ModularBalanced<double> by default 15 February 2019, 09:07:36 UTC
dae2e5f add eol 14 February 2019, 15:34:20 UTC
830a0f9 Merge pull request #212 from linbox-team/fix-testsimd Fix test-simd.C 14 February 2019, 14:59:10 UTC
2cc5404 avoid running simd256 on ints when only AVX1 available 14 February 2019, 14:38:01 UTC
46eacbf detect AVX512VL and conditionnally use it 14 February 2019, 13:50:10 UTC
18f2634 Redo commit 47faba4 that was overwritten by merging master 14 February 2019, 10:43:20 UTC
2b93b16 Merge branch 'master' into fix-testsimd 14 February 2019, 10:40:29 UTC
47faba4 Fix Simd256<uint32_t>::mulhi (replace mul_epi32 by mul_epu32) 14 February 2019, 10:27:51 UTC
c175280 add CONTRIBUTORS 14 February 2019, 10:11:55 UTC
90666a5 updating AUTHORS and CONTRIBUTORS 14 February 2019, 10:11:37 UTC
7bf4619 test-simd: forgot to include <array> 14 February 2019, 08:22:41 UTC
3fd50fc Merge branch 'fix_simd64' into fix-testsimd 13 February 2019, 16:20:29 UTC
a714efc Rewriting of test-simd.C 13 February 2019, 16:05:11 UTC
cb28286 Add test-simd.C in tests/Makefile.am 13 February 2019, 16:04:12 UTC
00a9905 Merge pull request #211 from linbox-team/cleanuprns Clean up, avoids calls to dgemm with 0 matrices 13 February 2019, 12:03:32 UTC
6144bad Clean up, avoids calls to dgemm with 0 matrices 12 February 2019, 15:31:41 UTC
19a064b Merge pull request #209 from linbox-team/unify_code_style Unify code style 11 February 2019, 16:54:03 UTC
d8909c2 fix all initial empty lines in fflas/fflas_sparse/ and subdirectories 11 February 2019, 16:45:04 UTC
938e8e5 fix all initial empty lines in ff../ffpack/ and in ff../fflas/ and subdirectories except fflas_sparse 11 February 2019, 16:41:34 UTC
526fb67 fix all initial empty lines in ffl../ , ffl../{checkers, field, interfaces, paladin, utils}/ 11 February 2019, 16:36:55 UTC
008bb45 fix all initial empty lines in test/ and in tutorials/ 11 February 2019, 16:33:03 UTC
8a1c0aa fix all initial empty lines in autotune/ (none) and in benchmarks/ 11 February 2019, 16:28:04 UTC
1b747c0 fix code style in ffla../fflas/fflas_sparse/ and subfolders 08 February 2019, 15:18:16 UTC
27558c2 fix code style in ffla../fflas/fflas_{fgemm/,igemm/,simd/} 08 February 2019, 15:14:56 UTC
75f7384 fix code style in fflas-ffpack/fflas/ root 08 February 2019, 15:11:49 UTC
a9c9fdd fix code style in fflas-ffpack/ffpack/ 08 February 2019, 15:09:19 UTC
09d0d6c fix code style in fflas-ffpack/interface 08 February 2019, 15:07:31 UTC
07b8cbf finish fixing code style in fflas-ffpack/utils/ 08 February 2019, 15:04:35 UTC
027916c fix code style in fflas-ffpack/utils/ 08 February 2019, 15:04:10 UTC
7660a36 fix code style in fflas-ffpack/paladin/ 08 February 2019, 15:03:10 UTC
e93be30 fix code style in ff../field/ 08 February 2019, 15:01:46 UTC
51dbea8 fix code style in fflas-ffpack/checkers 08 February 2019, 15:00:17 UTC
76f4e61 fix code style in tests 08 February 2019, 14:58:37 UTC
8ee9d73 fix code style in fflas-ffpack*.h 08 February 2019, 14:51:05 UTC
19b7dcd fix code style in tutorials 08 February 2019, 14:49:15 UTC
e6d5e36 fix code style in examples 08 February 2019, 14:46:44 UTC
2237732 fix code style in benchmarks 08 February 2019, 14:45:09 UTC
61305db fix code style in autotune 08 February 2019, 14:37:06 UTC
02d2ced last fix 07 February 2019, 15:08:47 UTC
5de51ba fix mistakes in previous PR 07 February 2019, 14:20:13 UTC
80405d1 Merge pull request #203 from linbox-team/vandnot_doc Fix calls to andnot intrinsics so vandnot functions have the same behavior 07 February 2019, 10:39:11 UTC
4240b4f Merge pull request #201 from linbox-team/immediate_for_simd move immediate to template argument 05 February 2019, 17:14:02 UTC
a86ed5c fix error for avx512 mod 05 February 2019, 17:01:59 UTC
7513e79 add missing changes for get 05 February 2019, 16:48:05 UTC
2f5059c Merge pull request #206 from linbox-team/fix-travis-yml Setting correct values of CC, CXX, FC in .travis.yml 23 January 2019, 14:40:42 UTC
ae11ffd Setting correct values of CC, CXX, FC in .travis.yml 23 January 2019, 13:49:28 UTC
0864e86 Merge pull request #205 from linbox-team/fix-warning-printCommandString Make parameter of printCommandString a 'const char *' to avoid warning 23 January 2019, 13:38:58 UTC
fe83a25 Make parameter of printCommandString a 'const char *' to avoid warning 22 January 2019, 12:34:27 UTC
67429e3 Fix calls to andnot intrinsics so vandnot functions have the same bahavior 16 January 2019, 15:49:04 UTC
d760974 add simd512 to Makefile.am 07 January 2019, 13:32:50 UTC
4710def move immediate to template argument, fixing #200 21 December 2018, 14:43:26 UTC
7c1ff42 gfops =0 when no lapacke available + stupid indent 20 December 2018, 08:14:14 UTC
776be7a std benchmark output + stupid indent commit 20 December 2018, 07:30:40 UTC
e3b6bd4 write warning at the end to avoid breaking CI + indent 19 December 2018, 16:33:47 UTC
977381c stupide indent commit 19 December 2018, 16:33:03 UTC
4546900 disable bench-dsytrf by default until we autotest availability of the LAPACKE routines 19 December 2018, 16:17:42 UTC
955ce37 preparing release 2.4.0 19 December 2018, 16:02:54 UTC
02a419e Merge branch 'givrandom_fixup' 19 December 2018, 15:14:35 UTC
d124740 Merge pull request #199 from linbox-team/pfsytrf Parallel fsytrf 19 December 2018, 15:08:40 UTC
a1ec418 improve help message 19 December 2018, 15:07:59 UTC
a1e14c9 yet another stupid tab/indent commit 19 December 2018, 14:23:00 UTC
2786d89 stupid tab commit 19 December 2018, 14:20:06 UTC
3c25cf4 Merge pull request #170 from linbox-team/parallel-fgemm-rns-PR Improve parallelisation of fgemm with RNS. Write a benchmark binary 19 December 2018, 14:10:34 UTC
0261de6 Merge branch 'master' into parallel-fgemm-rns-PR 19 December 2018, 14:10:13 UTC
adbdb3a Merge pull request #197 from linbox-team/i386_simd256 Avoid using Simd64 on 32 bit machines 19 December 2018, 13:50:15 UTC
0f8ac3f Merge pull request #198 from linbox-team/benchmark_gesv Benchmark gesv 17 December 2018, 15:14:58 UTC
e66cb6a Tabs -> spaces 17 December 2018, 15:13:43 UTC
0e6fb28 final lifting for benchmark-fgesv 14 December 2018, 15:56:21 UTC
8eeebdf final removal of igemm for 32bits 14 December 2018, 08:11:45 UTC
724cfe2 another round on int16 13 December 2018, 17:33:35 UTC
534ef0b direct calls to int64 intrinsics 13 December 2018, 17:28:30 UTC
d83bce2 Ãfix some issues 13 December 2018, 16:16:19 UTC
d014ad8 Merge branch 'i386_simd256' of https://github.com/linbox-team/fflas-ffpack into i386_simd256 13 December 2018, 15:50:16 UTC
2107d6a more fixes 13 December 2018, 15:50:13 UTC
bf5b77f more fixes 13 December 2018, 15:48:55 UTC
13f8281 remove inclusion of 256_int64 13 December 2018, 15:39:08 UTC
7db70df direct calls to intrinsic 13 December 2018, 15:34:51 UTC
back to top