2019-09-15 Sandra Loosemore <sandra@codesourcery.com>
gcc/testsuite/ * lib/target-supports.exp (check_effective_target_arm_neon_fp16_hw) (check_effective_target_arm_fp16_hw): Use check_runtime instead of check_runtime_nocache. From-SVN: r275735
This commit is contained in:
parent
e6e3aa01aa
commit
41fb55fd5c
@ -1,3 +1,10 @@
|
||||
2019-09-15 Sandra Loosemore <sandra@codesourcery.com>
|
||||
|
||||
* lib/target-supports.exp
|
||||
(check_effective_target_arm_neon_fp16_hw)
|
||||
(check_effective_target_arm_fp16_hw): Use check_runtime
|
||||
instead of check_runtime_nocache.
|
||||
|
||||
2019-09-15 Steven G. Kargl <kargl@gcc.gnu.org>
|
||||
|
||||
PR fortran/91727
|
||||
|
@ -3909,7 +3909,7 @@ proc check_effective_target_arm_neon_fp16_hw { } {
|
||||
return 0
|
||||
}
|
||||
global et_arm_neon_fp16_flags
|
||||
check_runtime_nocache arm_neon_fp16_hw {
|
||||
check_runtime arm_neon_fp16_hw {
|
||||
int
|
||||
main (int argc, char **argv)
|
||||
{
|
||||
@ -4162,7 +4162,7 @@ proc check_effective_target_arm_fp16_hw { } {
|
||||
return 0
|
||||
}
|
||||
global et_arm_fp16_flags
|
||||
check_runtime_nocache arm_fp16_hw {
|
||||
check_runtime arm_fp16_hw {
|
||||
int
|
||||
main (int argc, char **argv)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user