float powf(float x, float y) { return 1.0f; // TODO: do this for real }