mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 09:49:15 +02:00
* 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:
parent
ac02c92a0d
commit
082c81a191
@ -3576,7 +3576,7 @@ if (target_info.abi = abi_eabihf) then
|
|||||||
{$endif ARM}
|
{$endif ARM}
|
||||||
|
|
||||||
{ inline bsf/bsr implementation }
|
{ 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_BSF');
|
||||||
def_system_macro('FPC_HAS_INTERNAL_BSR');
|
def_system_macro('FPC_HAS_INTERNAL_BSR');
|
||||||
{$endif}
|
{$endif}
|
||||||
|
Loading…
Reference in New Issue
Block a user