libc: Replace armv6 with armv7 in a comment

Armv6 is being removed from the treem and the comment applies to armv7.

Reviewed by:	manu, imp, emaste
Sponsored by:	Arm Ltd
Differential Revision:	https://reviews.freebsd.org/D45645
This commit is contained in:
Andrew Turner 2024-06-20 09:26:22 +00:00
parent 4f351c1ddc
commit 6eeedf35c3
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ float64 __aeabi_dsub_vfp(float64, float64);
/*
* Depending on the target these will:
* On armv6 with a vfp call the above function, or
* On armv7 with a vfp call the above function, or
* Call the softfloat function in the 3rd argument.
*/
int AEABI_FUNC2(dcmpeq, float64, float64_eq)

View File

@ -54,7 +54,7 @@ float32 __aeabi_fsub_vfp(float32, float32);
/*
* Depending on the target these will:
* On armv6 with a vfp call the above function, or
* On armv7 with a vfp call the above function, or
* Call the softfloat function in the 3rd argument.
*/
int AEABI_FUNC2(fcmpeq, float32, float32_eq)