Skip to content

Type-safe ifuncs

Michael Platings requested to merge fix-ifunc-type-safety into main

Previously ifunc implementations were cast to void* which meant there was no compile-time checking that the prototype and implementation matched. This had led to a slight discrepancy in intrinsiccv_split, now fixed.

Merge request reports