Changeset b7b3e41 for driver/cfa.cc
- Timestamp:
- Jun 19, 2023, 1:57:11 PM (2 years ago)
- Branches:
- master
- Children:
- adc73a5
- Parents:
- fa5e1aa5 (diff), 33d4bc8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
driver/cfa.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
driver/cfa.cc
rfa5e1aa5 rb7b3e41 10 10 // Created On : Tue Aug 20 13:44:49 2002 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue May 30 10:47:52202313 // Update Count : 47 812 // Last Modified On : Fri Jun 9 14:36:41 2023 13 // Update Count : 479 14 14 // 15 15 … … 334 334 #ifdef __ARM_ARCH 335 335 args[nargs++] = "-mno-outline-atomics"; // use ARM LL/SC instructions for atomics 336 // args[nargs++] = "-march=armv8.2-a+lse"; // use atomic instructions 336 337 #endif // __ARM_ARCH 337 338
Note:
See TracChangeset
for help on using the changeset viewer.