s390x: avoid inline assembly for vector loads for clang
authorMarius Hillenbrand <mhillen@linux.ibm.com>
Tue, 1 Sep 2020 10:04:28 +0000 (12:04 +0200)
committerMarius Hillenbrand <mhillen@linux.ibm.com>
Wed, 2 Sep 2020 11:49:30 +0000 (13:49 +0200)
commitb9b3265ec8a78762263f54944e35c849013e0cab
treeeeda16ec592f5ee954896bd815ecf52ef47fd4e8
parenta1616a0b8653fb06d607c5f8efafa01b0106dded
s390x: avoid inline assembly for vector loads for clang

... since clang does not support the instruction format for inline
assembly and also it is not required for current versions of clang.

Signed-off-by: Marius Hillenbrand <mhillen@linux.ibm.com>
kernel/zarch/gemm_vec.c