mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 19:10:18 +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}
|
||||
|
||||
{ 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}
|
||||
|
Loading…
Reference in New Issue
Block a user