diff options
| author | 2015-12-28 21:03:53 -0500 | |
|---|---|---|
| committer | 2016-02-05 17:20:22 -0500 | |
| commit | b694423d09b618f245306d069b60cec44958565d (patch) | |
| tree | 141d2d21d6bce8ae8f0541ef0f4e02aed1bfdf92 /src | |
| parent | pica_types: Replace float24/20/16 with a template class. (diff) | |
| download | yuzu-b694423d09b618f245306d069b60cec44958565d.tar.gz yuzu-b694423d09b618f245306d069b60cec44958565d.tar.xz yuzu-b694423d09b618f245306d069b60cec44958565d.zip | |
pica_types: Fix typo in docstring.
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/pica_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/pica_types.h b/src/video_core/pica_types.h index 53f61f287..ecf45654b 100644 --- a/src/video_core/pica_types.h +++ b/src/video_core/pica_types.h | |||
| @@ -19,7 +19,7 @@ namespace Pica { | |||
| 19 | * - The next `E` bits are the exponent | 19 | * - The next `E` bits are the exponent |
| 20 | * - The last bit is the sign bit | 20 | * - The last bit is the sign bit |
| 21 | * | 21 | * |
| 22 | * @todo Verify on HW if this conversion is sufficently accurate. | 22 | * @todo Verify on HW if this conversion is sufficiently accurate. |
| 23 | */ | 23 | */ |
| 24 | template<unsigned M, unsigned E> | 24 | template<unsigned M, unsigned E> |
| 25 | struct Float { | 25 | struct Float { |