* for now disable internal bsr/bsf for LLVM (can be implemented later

based on llvm.ctlz/cttz intrinsics)

git-svn-id: branches/hlcgllvm@28366 -
This commit is contained in:
Jonas Maebe 2014-08-10 19:40:03 +00:00
parent ac02c92a0d
commit 082c81a191

View File

@ -3576,7 +3576,7 @@ if (target_info.abi = abi_eabihf) then
{$endif ARM}
{ inline bsf/bsr implementation }
{$if defined(i386) or defined(x86_64)}
{$if not defined(llvm) and (defined(i386) or defined(x86_64))}
def_system_macro('FPC_HAS_INTERNAL_BSF');
def_system_macro('FPC_HAS_INTERNAL_BSR');
{$endif}