diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2024-06-20 09:26:22 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2024-06-20 09:26:22 +0000 |
| commit | 6eeedf35c3ecf50cc3def1eaa40a37b2257b85ac (patch) | |
| tree | 319b48c62cb9be33d082fcda2e75d239b8057e53 /lib/libc/arm | |
| parent | 4f351c1ddcfbd74a93e9969ab7b99f09e785de55 (diff) | |
Diffstat (limited to 'lib/libc/arm')
| -rw-r--r-- | lib/libc/arm/aeabi/aeabi_double.c | 2 | ||||
| -rw-r--r-- | lib/libc/arm/aeabi/aeabi_float.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arm/aeabi/aeabi_double.c b/lib/libc/arm/aeabi/aeabi_double.c index 190354e5c6eb..61f64678e795 100644 --- a/lib/libc/arm/aeabi/aeabi_double.c +++ b/lib/libc/arm/aeabi/aeabi_double.c @@ -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) diff --git a/lib/libc/arm/aeabi/aeabi_float.c b/lib/libc/arm/aeabi/aeabi_float.c index ac6b11ae9dfe..0e465754ecf0 100644 --- a/lib/libc/arm/aeabi/aeabi_float.c +++ b/lib/libc/arm/aeabi/aeabi_float.c @@ -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) |
