Commit 20fba714 by Jiong Wang Committed by Jiong Wang

[Obvious] Delete one redundant word in target-supports.exp comment

gcc/testsuite/

	* lib/target-supports.exp
	(check_effective_target_arm_v8_2a_fp16_scalar_hw): Delete redundant word
	in function comment.

From-SVN: r240551
parent 4940de30
2016-09-27 Jiong Wang <jiong.wang@arm.com>
* lib/target-supports.exp
(check_effective_target_arm_v8_2a_fp16_scalar_hw): Delete redundant word
in function comment.
2016-09-27 Martin Liska <mliska@suse.cz> 2016-09-27 Martin Liska <mliska@suse.cz>
PR gcov-profile/46266 PR gcov-profile/46266
......
...@@ -4015,9 +4015,8 @@ proc check_effective_target_arm_v8_1a_neon_hw { } { ...@@ -4015,9 +4015,8 @@ proc check_effective_target_arm_v8_1a_neon_hw { } {
} [add_options_for_arm_v8_1a_neon ""]] } [add_options_for_arm_v8_1a_neon ""]]
} }
# Return 1 if the target supports executing instructions floating point # Return 1 if the target supports executing floating point instructions from
# instructions from ARMv8.2 with the FP16 extension, 0 otherwise. The # ARMv8.2 with the FP16 extension, 0 otherwise. The test is valid for ARM.
# test is valid for ARM.
proc check_effective_target_arm_v8_2a_fp16_scalar_hw { } { proc check_effective_target_arm_v8_2a_fp16_scalar_hw { } {
if { ![check_effective_target_arm_v8_2a_fp16_scalar_ok] } { if { ![check_effective_target_arm_v8_2a_fp16_scalar_ok] } {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment