Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware...
Add the __ARM_ARCH_EXT_IDIV__ predefine. It is set to 1 if we have hardware divide in the mode that we are compiling in (depending on the target features), not defined if we don't. Should be compatible with the GCC conterpart. Also adding a -hwdiv option to overide the default behavior. llvm-svn: 193074
Loading
Please register or sign in to comment