Lines Matching refs:GEN4ASM
1593 --enable-gen4asm Enable rebuilding the gen4 assembly files
1639 --with-gen4asm=PATH Path to intel-gen4asm binary
1662 C compiler flags for GEN4ASM, overriding pkg-config
1664 linker flags for GEN4ASM, overriding pkg-config
18793 # Check whether --enable-gen4asm was given.
18801 gen4asm=no
18804 # Check whether --with-gen4asm was given.
18812 gen4asm=yes
18816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GEN4ASM" >&5
18817 $as_echo_n "checking for GEN4ASM... " >&6; }
18823 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"intel-gen4asm >= 1.2\""; } >&5
18824 ($PKG_CONFIG --exists --print-errors "intel-gen4asm >= 1.2") 2>&5
18828 pkg_cv_GEN4ASM_CFLAGS=`$PKG_CONFIG --cflags "intel-gen4asm >= 1.2" 2>/dev/null`
18840 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"intel-gen4asm >= 1.2\""; } >&5
18841 ($PKG_CONFIG --exists --print-errors "intel-gen4asm >= 1.2") 2>&5
18845 pkg_cv_GEN4ASM_LIBS=`$PKG_CONFIG --libs "intel-gen4asm >= 1.2" 2>/dev/null`
18866 GEN4ASM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "intel-gen4asm >= 1.2" 2>&1`
18868 GEN4ASM_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "intel-gen4asm >= 1.2" 2>&1`
18873 gen4asm=no
18877 gen4asm=no
18883 gen4asm=yes
18885 if test "x$ASM" = "xyes" -a "x$gen4asm" != "xyes"; then
18886 as_fn_error $? "intel-gen4asm support requested but not found" "$LINENO" 5
18889 if test "x$gen4asm" = "xyes"; then
18890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking path to use for intel-gen4asm" >&5
18891 $as_echo_n "checking path to use for intel-gen4asm... " >&6; }
18895 INTEL_GEN4ASM="`pkg-config intel-gen4asm --variable=exec_prefix`/bin/intel-gen4asm"
18898 as_fn_error $? "intel-gen4asm enabled, but not found. Tried '$INTEL_GEN4ASM'." "$LINENO" 5
18905 if test "x$gen4asm" = "xyes"; then