mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-04 00:49:02 -06:00 
			
		
		
		
	pica_types: Fix typo in docstring.
This commit is contained in:
		@@ -19,7 +19,7 @@ namespace Pica {
 | 
				
			|||||||
 *  - The next `E` bits are the exponent
 | 
					 *  - The next `E` bits are the exponent
 | 
				
			||||||
 *  - The last bit is the sign bit
 | 
					 *  - The last bit is the sign bit
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * @todo Verify on HW if this conversion is sufficently accurate.
 | 
					 * @todo Verify on HW if this conversion is sufficiently accurate.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
template<unsigned M, unsigned E>
 | 
					template<unsigned M, unsigned E>
 | 
				
			||||||
struct Float {
 | 
					struct Float {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user