parallel-runtimes / lomp

Little OpenMP Library
Apache License 2.0
153 stars 17 forks source link

Add -march=armv8.1a by default on aarch64 #14

Closed JimCownie closed 3 years ago

JimCownie commented 3 years ago

We were not enabling the Arm v8.1a features in aarch64 by default, or allowing the user to do that (or, choose any other aarch64 dialects). This enables v8.1a by default, since that improves the code-generation for atomic operations.