Skip to content

Commit cff531d

Browse files
committed
remove alignas
1 parent ab40515 commit cff531d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/src/__support/math/exp_constants.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace LIBC_NAMESPACE_DECL {
2424
// d = round(a - b - c, D, RN);
2525
// print("{", d, ",", c, ",", b, "},");
2626
// };
27-
alignas(16) static constexpr fputil::TripleDouble EXP2_MID1[64] = {
27+
static constexpr fputil::TripleDouble EXP2_MID1[64] = {
2828
{0, 0, 0x1p0},
2929
{-0x1.9085b0a3d74d5p-110, -0x1.19083535b085dp-56, 0x1.02c9a3e778061p0},
3030
{0x1.05ff94f8d257ep-110, 0x1.d73e2a475b465p-55, 0x1.059b0d3158574p0},
@@ -102,7 +102,7 @@ alignas(16) static constexpr fputil::TripleDouble EXP2_MID1[64] = {
102102
// d = round(a - b - c, D, RN);
103103
// print("{", d, ",", c, ",", b, "},");
104104
// };
105-
alignas(16) static constexpr fputil::TripleDouble EXP2_MID2[64] = {
105+
static constexpr fputil::TripleDouble EXP2_MID2[64] = {
106106
{0, 0, 0x1p0},
107107
{0x1.39726694630e3p-108, 0x1.ae8e38c59c72ap-54, 0x1.000b175effdc7p0},
108108
{0x1.e5e06ddd31156p-112, -0x1.7b5d0d58ea8f4p-58, 0x1.00162f3904052p0},

0 commit comments

Comments
 (0)