Changeset 9bb6c5f for tests/gccExtensions.cfa
- Timestamp:
- Sep 5, 2024, 3:57:05 PM (13 months ago)
- Branches:
- master
- Children:
- 29c8675
- Parents:
- ad47ec4 (diff), 508cff0 (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
Legend:
- Unmodified
- Added
- Removed
-
tests/gccExtensions.cfa
rad47ec4 r9bb6c5f 1 // 1 // 2 2 // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo 3 3 // 4 4 // The contents of this file are covered under the licence agreement in the 5 5 // file "LICENCE" distributed with Cforall. 6 // 7 // gccExtensions.cfa -- 8 // 6 // 7 // gccExtensions.cfa -- 8 // 9 9 // Author : Peter A. Buhr 10 10 // Created On : Sun Aug 14 17:28:17 2016 … … 12 12 // Last Modified On : Mon Aug 5 18:04:37 2019 13 13 // Update Count : 28 14 // 14 // 15 15 16 16 extern int x asm( "xx" );
Note:
See TracChangeset
for help on using the changeset viewer.