|
@@ -7448,6 +7448,11 @@ implementation
|
|
{$define use_vectorfpuimplemented}
|
|
{$define use_vectorfpuimplemented}
|
|
use_vectorfpu:=(current_settings.fputype in vfp_scalar);
|
|
use_vectorfpu:=(current_settings.fputype in vfp_scalar);
|
|
{$endif arm}
|
|
{$endif arm}
|
|
|
|
+{$ifdef aarch64}
|
|
|
|
+{$define use_vectorfpuimplemented}
|
|
|
|
+ use_vectorfpu:=true;
|
|
|
|
+{$endif aarch64}
|
|
|
|
+
|
|
{$ifndef use_vectorfpuimplemented}
|
|
{$ifndef use_vectorfpuimplemented}
|
|
use_vectorfpu:=false;
|
|
use_vectorfpu:=false;
|
|
{$endif}
|
|
{$endif}
|