From 5c06db33fc1e2130f67c045327b0ec949032df1d Mon Sep 17 00:00:00 2001 From: Kijima Daigo Date: Tue, 30 Nov 2021 07:51:04 +0900 Subject: Fix typo (#16) --- doc/SoftFloat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/SoftFloat.html') diff --git a/doc/SoftFloat.html b/doc/SoftFloat.html index b72b407..8367d6f 100644 --- a/doc/SoftFloat.html +++ b/doc/SoftFloat.html @@ -508,7 +508,7 @@ significant extra cost. On computers where the word size is 64 bits or larger, both function versions (f128M_add and f128_add) are provided, because the cost of passing by value is then more reasonable. -Applications that must be portable accross both classes of computers must use +Applications that must be portable across both classes of computers must use the pointer-based functions, as these are always implemented. However, if it is known that SoftFloat includes the by-value functions for all platforms of interest, programmers can use whichever version they prefer. -- cgit v1.1