mirror of
				https://github.com/ucb-bar/berkeley-softfloat-3.git
				synced 2024-06-25 12:05:25 +08:00 
			
		
		
		
	Fix typo (#16)
This commit is contained in:
		| @ -508,7 +508,7 @@ significant extra cost. | ||||
| On computers where the word size is <NOBR>64 bits</NOBR> or larger, both | ||||
| function versions (<CODE>f128M_add</CODE> and <CODE>f128_add</CODE>) 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. | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Kijima Daigo
					Kijima Daigo