mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
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:
parent
4f351c1ddc
commit
6eeedf35c3
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user