mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 13:50:28 +01:00
4 lines
74 B
C
4 lines
74 B
C
float powf(float x, float y) {
|
|
return 1.0f; // TODO: do this for real
|
|
}
|