+2007-09-12 Ben Elliston <bje@au.ibm.com>
+
+ * lib/target-supports.exp (check_effective_target_vect_no_double):
+ Remove unused proc.
+
2007-09-12 Ben Elliston <bje@au.ibm.com>
Ulrich Weigand <uweigand@de.ibm.com>
return $et_vect_double_saved
}
-# Return 1 if the target supports hardware comparison of vectors of double, 0 otherwise.
-#
-# This won't change for different subtargets so cache the result.
-
-proc check_effective_target_vect_no_compare_double { } {
- global et_vect_no_compare_double_saved
-
- if [info exists et_vect_no_compare_double_saved] {
- verbose "check_effective_target_vect_no_compare_double: using cached result" 2
- } else {
- set et_vect_no_compare_double_saved 0
- }
-
- verbose "check_effective_target_vect_no_compare_double: returning $et_vect_no_compare_double_saved" 2
- return $et_vect_no_compare_double_saved
-}
-
# Return 1 if the target plus current options does not support a vector
# max instruction on "int", 0 otherwise.
#