bobsomers / haste

Haste is an accelerated ray tracer.
Other
2 stars 0 forks source link

Make 32-bit safe #14

Open bobsomers opened 13 years ago

bobsomers commented 13 years ago

Right now uint64_t's are used everywhere for raw pointer arithmetic. Instead use the ptr types in stdint.h to make it architecture-safe.