r207829 - CodeGen: rename __builtin_arm_sevl to __sevl
Renato Golin
renato.golin at linaro.org
Mon Jun 30 02:10:05 PDT 2014
On 30 June 2014 10:00, Yi Kong <kongy.dev at gmail.com> wrote:
> I see MSVC has a long list of ARM Intrinsics, all named differently
> from Clang. It's not feasible to rename Clang's intrinsics to MSVC's.
> I think you should make __selv(and others) be MSVC specific and active
> only in -fms-extensions.
I agree. OS specific stuff should be a localization issue, while ABI
stuff should be in the generic code.
Yi, can you get the MSVC intrinsics into a class of their own? The
builtins ARM test should differentiate between Win and ABI versions,
as well.
cheers,
--renato
More information about the cfe-commits
mailing list