Files
OpenBLAS/interface
Jerome Robert b17ccb4c5c Fix a segfault in gemv when MAX_STACK_ALLOC is set
* stack_alloc_size is needed after the implementation call
but it may be overwritten if it's optimized to a register,
because some gemv implementation (ex: dgemv_n.S) do not
restore all register (ex: r10).
* do the same in ger.c for the same reasons even if the bug
has not been observed.
2015-01-29 09:55:57 +01:00
..
2014-09-15 11:38:25 +02:00
2014-09-20 17:20:02 +02:00
2014-05-10 21:27:47 +02:00
2014-06-29 21:18:38 +02:00
2014-05-10 21:27:47 +02:00
2014-05-10 21:27:47 +02:00
2014-06-29 21:18:38 +02:00