Changeset 9c1880b for libcfa/src/stdhdr


Ignore:
Timestamp:
Jun 6, 2025, 6:38:54 AM (4 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
a17f496
Parents:
a405983
Message:

remove temporary ARM fix from stdhdr/math.h

File:
1 edited

Legend:

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

    ra405983 r9c1880b  
    1010// Created On       : Mon Jul  4 23:25:26 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Jun  5 22:36:49 2025
    13 // Update Count     : 23
     12// Last Modified On : Fri Jun  6 06:35:49 2025
     13// Update Count     : 24
    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
    23 typedef double __Float32x4_t;
    24 typedef double __Float64x2_t;
    25 typedef float __SVFloat32_t;
    26 typedef float __SVFloat64_t;
    27 typedef int __SVBool_t;
    2820#endif
    2921
Note: See TracChangeset for help on using the changeset viewer.