We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700f13f commit b986a6eCopy full SHA for b986a6e
SerialPrograms/CMakeLists.txt
@@ -494,6 +494,7 @@ else() # macOS and Linux
494
# Arm CPU
495
# Run-time ISA dispatching
496
message(STATUS "Setting compile definitions for ARM64 CPU")
497
+ target_compile_options(SerialProgramsLib PRIVATE -march=arm64)
498
target_compile_definitions(SerialProgramsLib PRIVATE PA_AutoDispatch_arm64_20_M1)
499
else()
500
# Intel CPU
SerialPrograms/azure-pipelines.yml
@@ -281,7 +281,7 @@ jobs:
281
###########################################
282
283
- job: MacOS
284
- timeoutInMinutes: 30
+ timeoutInMinutes: 60
285
cancelTimeoutInMinutes: 1
286
condition: |
287
or(
0 commit comments