mirror of
				https://github.com/ml-explore/mlx.git
				synced 2025-11-01 00:28:11 +08:00 
			
		
		
		
	Fix data_types.rst uint64 (#406)
uint64 correctly says 8 bytes, but the description is copy pasta.
This commit is contained in:
		| @@ -29,9 +29,9 @@ The default floating point type is ``float32`` and the default integer type is | ||||
|    * - ``uint32`` | ||||
|      - 4  | ||||
|      - 32-bit unsigned integer  | ||||
|    * - ``uint32`` | ||||
|    * - ``uint64`` | ||||
|      - 8  | ||||
|      - 32-bit unsigned integer  | ||||
|      - 64-bit unsigned integer  | ||||
|    * - ``int8`` | ||||
|      - 1  | ||||
|      - 8-bit signed integer  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dwayne Robinson
					Dwayne Robinson