qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v5 13/22] tests/tcg: add a configure compiler check for ARMv8


From: Richard Henderson
Subject: Re: [PATCH v5 13/22] tests/tcg: add a configure compiler check for ARMv8.1 and SVE
Date: Wed, 15 Jan 2020 12:24:35 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2

On 1/14/20 5:09 AM, Alex Bennée wrote:
> +
> +    # Test for compiler features for optional tests. We only do this
> +    # for cross compilers because ensuring the docker containers based
> +    # compilers is a requirememt for adding a new test that needs a
> +    # compiler feature.
> +    case $target in
> +        aarch64-*)
> +            if do_compiler "$target_compiler" $target_compiler_cflags \
> +               -march=armv8.1-a+sve -o $TMPE $TMPC; then
> +                echo "CROSS_CC_HAS_SVE=y" >> $config_target_mak
> +            fi
> +        ;;
> +    esac

Reviewed-by: Richard Henderson <address@hidden>

What's the status of the docker containers wrt the BTI and MTE extensions?  ;-)
 We already have tests for those, disabled.  I currently edit the makefile when
I want to test them explicitly.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]