We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
./autogen.sh --maintainer
1 parent b7fc38c commit fe85570Copy full SHA for fe85570
1 file changed
configure
@@ -15744,10 +15744,6 @@ printf %s "checking whether to use RISC-V RVV intrinsics... " >&6; }
15744
/* end confdefs.h. */
15745
15746
#include <riscv_vector.h>
15747
-#include <asm/hwcap.h>
15748
-#ifndef COMPAT_HWCAP_ISA_V /* added in linux-6.5 */
15749
-#error "COMPAT_HWCAP_ISA_V is not available"
15750
-#endif
15751
int main() {
15752
const float src[] = { 0.0f, 0.0f, 0.0f, 0.0f };
15753
uint64_t ptr[2] = {0x0908060504020100, 0xFFFFFFFF0E0D0C0A};
0 commit comments