Lines Matching refs:GEN4ASM
1606 --enable-gen4asm Enable rebuilding the gen4 assembly files
1652 --with-gen4asm=PATH Path to intel-gen4asm binary
1678 C compiler flags for GEN4ASM, overriding pkg-config
1680 linker flags for GEN4ASM, overriding pkg-config
19424 # Check whether --enable-gen4asm was given.
19432 gen4asm=no
19435 # Check whether --with-gen4asm was given.
19443 gen4asm=yes
19447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GEN4ASM" >&5
19448 $as_echo_n "checking for GEN4ASM... " >&6; }
19454 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"intel-gen4asm >= 1.2\""; } >&5
19455 ($PKG_CONFIG --exists --print-errors "intel-gen4asm >= 1.2") 2>&5
19459 pkg_cv_GEN4ASM_CFLAGS=`$PKG_CONFIG --cflags "intel-gen4asm >= 1.2" 2>/dev/null`
19471 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"intel-gen4asm >= 1.2\""; } >&5
19472 ($PKG_CONFIG --exists --print-errors "intel-gen4asm >= 1.2") 2>&5
19476 pkg_cv_GEN4ASM_LIBS=`$PKG_CONFIG --libs "intel-gen4asm >= 1.2" 2>/dev/null`
19497 GEN4ASM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "intel-gen4asm >= 1.2" 2>&1`
19499 GEN4ASM_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "intel-gen4asm >= 1.2" 2>&1`
19504 gen4asm=no
19508 gen4asm=no
19514 gen4asm=yes
19516 if test "x$ASM" = "xyes" -a "x$gen4asm" != "xyes"; then
19517 as_fn_error $? "intel-gen4asm support requested but not found" "$LINENO" 5
19520 if test "x$gen4asm" = "xyes"; then
19521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking path to use for intel-gen4asm" >&5
19522 $as_echo_n "checking path to use for intel-gen4asm... " >&6; }
19526 INTEL_GEN4ASM="`pkg-config intel-gen4asm --variable=exec_prefix`/bin/intel-gen4asm"
19529 as_fn_error $? "intel-gen4asm enabled, but not found. Tried '$INTEL_GEN4ASM'." "$LINENO" 5
19536 if test "x$gen4asm" = "xyes"; then