Skip to content

Instantly share code, notes, and snippets.

@talaj
talaj / bitshift.cpp
Created August 26, 2014 09:08
integral promotion
#include <iostream>
union TileId_t
{
uint64_t packed;
struct {
uint64_t y : 28;
uint64_t x : 28;
uint8_t z : 8;
@talaj
talaj / test.png
Last active August 29, 2015 14:05
parameter binding
test.png