Move SWIFT's intrinsics.h to swift_intrinsics.h to avoid clash with Cray's own intrinsics.h
Previously SWIFT sensibly stored its intrinsics in intrinsics.h
however when using a Cray compiler, this clashes with Cray's own intrinsics.h
. This MR simply renames intrinsics.h
to swift_intrinsics.h
to avoid the issue.