Axel Wefers

Results 2 comments of Axel Wefers

The clamp() fix does not work on aarch64 (I tried it with ISPC 1.13, 1.14 and 1.15), it behaves differently for NaNs than on x64. Workaround: ``` if ( !isnan(...

On a side note, the change from ```uniform bool dual_plane;``` to ```uniform uint8_t dual_plane;``` in ispc_texcomp_astc.cpp, line 1301 has not been integrated.