Changeset 0b6c1c9 for libcfa/src/stdhdr


Ignore:
Timestamp:
May 7, 2024, 7:04:31 PM (17 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
6d9aa79
Parents:
c333ed2 (diff), 083e637 (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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/stdhdr/math.h

    rc333ed2 r0b6c1c9  
    1010// Created On       : Mon Jul  4 23:25:26 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Feb  7 19:05:27 2020
    13 // Update Count     : 15
     12// Last Modified On : Tue May  7 16:41:02 2024
     13// Update Count     : 22
    1414//
    1515
     
    1818#define exception ``exception                                                   // make keyword an identifier
    1919#define __CFA_MATH_H__
     20#endif
     21
     22#if __aarch64__ && __GNUC__ == 13                                               // TEMPORARY: gcc-13 problem on ARM in /usr/include/aarch64-linux-gnu/bits/math-vector.h
     23typedef double __Float32x4_t;
     24typedef double __Float64x2_t;
     25typedef float __SVFloat32_t;
     26typedef float __SVFloat64_t;
     27typedef int __SVBool_t;
    2028#endif
    2129
Note: See TracChangeset for help on using the changeset viewer.