commentary.

This commit is contained in:
Kelvin Sherlock 2016-11-13 20:07:58 -05:00
parent d0fa609c46
commit 91c0160a3b

View File

@ -155,12 +155,10 @@ namespace floating_point {
}
void read(format<12, endian::native>, const void *vp) {
// todo -- padding?
read_extended(vp);
}
void read(format<16, endian::native>, const void *vp) {
// todo -- padding?
read_extended(vp);
}