swift
1e02b3b5 - Quick support for calling extern c functions with Builtin vector types. (#82225)

Commit
246 days ago
Quick support for calling extern c functions with Builtin vector types. (#82225) This gives us a means to use llvm's intrinsics that implement more niche SIMD instructions from the standard library, where we cannot use the C intrinsics headers from clang (because they're in the cpp module).
Author
Parents
Loading