Cesium
Cesium copied to clipboard
Duff's device implementation
It would be good to check if the following code works:
switch(c&3) while((c-=4)>=0) {
foo(); case 3:
foo(); case 2:
foo(); case 1:
foo(); case 0:
}