codeplaysoftware / oneapi-construction-kit

Other
67 stars 27 forks source link

Revert "Fix risc-v memmove creating memcpy instrinsic" #484

Closed coldav closed 2 months ago

coldav commented 2 months ago

Overview

This reverts commit b9b9ec541f2d1e23fdb3effe35fd045681e881bc.

Reason for change

-fno-builtins was used on the builtin module to avoid memmove creating memcpy, but it has other side effects so reverting.