1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 23:37:06 +01:00

fixme updates

This commit is contained in:
paboyle
2018-01-29 16:00:40 +00:00
parent c67c1544cd
commit 79b50feacf
2 changed files with 1 additions and 3 deletions

View File

@ -990,7 +990,7 @@ public:
// int words = sizeof(cobj)/sizeof(vector_type);
assert(cbmask==0x3); // Fixme think there is a latent bug if not true
// This assert will trap it if ever hit. Not hit normally so far
int reduced_buffer_size = buffer_size;
if (cbmask != 0x3) reduced_buffer_size=buffer_size>>1;