You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A minor ISPC update, which has a bug fix for issue #2111 and is based on patched version of LLVM 12.0.1.
The bug fix affects x86 targets only and shows up as incorrect code generation for the sequence of shuffle() and reduce_add() stdlib functions.
If you are building ispc from the sources, note that the fix is implemented as a patch for LLVM backend and LLVM must be built with this patch applied in order for this fix to take an effect. Stock build of LLVM 12.0.1 will not contain this bug fix.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
A minor ISPC update, which has a bug fix for issue #2111 and is based on patched version of LLVM 12.0.1.
The bug fix affects x86 targets only and shows up as incorrect code generation for the sequence of
shuffle()
andreduce_add()
stdlib functions.If you are building
ispc
from the sources, note that the fix is implemented as a patch for LLVM backend and LLVM must be built with this patch applied in order for this fix to take an effect. Stock build of LLVM 12.0.1 will not contain this bug fix.This discussion was created from the release === v1.16.1 === (15 July 2021).
Beta Was this translation helpful? Give feedback.
All reactions