Skip to content

Commit faa5e2e

Browse files
committed
FIX: forgot the add the files cgemv_n_4.c and cgemv_t_4.c
1 parent 551fdf5 commit faa5e2e

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

kernel/x86_64/cgemv_n_4.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3131

3232
#if defined(HASWELL)
3333
#include "cgemv_n_microk_haswell-4.c"
34+
#elif defined(BULLDOZER) || defined(PILEDRIVER) || defined(STEAMROLLER)
35+
#include "cgemv_n_microk_bulldozer-4.c"
3436
#endif
3537

3638

kernel/x86_64/cgemv_t_4.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030

3131
#if defined(HASWELL)
3232
#include "cgemv_t_microk_haswell-4.c"
33+
#elif defined(BULLDOZER) || defined(PILEDRIVER) || defined(STEAMROLLER)
34+
#include "cgemv_t_microk_bulldozer-4.c"
3335
#endif
3436

3537
#define NBMAX 2048

0 commit comments

Comments
 (0)