RenderKit / ospray

An Open, Scalable, Portable, Ray Tracing Based Rendering Engine for High-Fidelity Visualization
http://ospray.org
Apache License 2.0
1k stars 182 forks source link

Fixing conflicting type definitions of uint8/16/32/64 #379

Closed dbabokin closed 4 years ago

dbabokin commented 4 years ago

ISPC trunk defines uint8/16/32/64. To make it work for all versions there's a feature test ISPC_UINT_IS_DEFINED.

Please let me know if this fix is needed for master branch or any of released versions.

jeffamstutz commented 4 years ago

Thanks Dmitry! I'll get this integrated in our release branch. I'll report in the commit hash here when it's pushed.

jeffamstutz commented 4 years ago

Ok, your commit (945b2421e) is on release-2.0.x which will be a part of the official v2.0 release...thanks again!