Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 513624 | Differences between
and this patch

Collapse All | Expand All

(-)src/hwf-x86.c (+4 lines)
Lines 96-101 Link Here
96
    *edx = regs[3];
96
    *edx = regs[3];
97
}
97
}
98
98
99
#if defined(ENABLE_AVX_SUPPORT) || defined(ENABLE_AVX2_SUPPORT)
99
static unsigned int
100
static unsigned int
100
get_xgetbv(void)
101
get_xgetbv(void)
101
{
102
{
Lines 109-114 Link Here
109
110
110
  return t_eax;
111
  return t_eax;
111
}
112
}
113
#endif
112
114
113
#endif /* i386 && GNUC */
115
#endif /* i386 && GNUC */
114
116
Lines 145-150 Link Here
145
    *edx = regs[3];
147
    *edx = regs[3];
146
}
148
}
147
149
150
#if defined(ENABLE_AVX_SUPPORT) || defined(ENABLE_AVX2_SUPPORT)
148
static unsigned int
151
static unsigned int
149
get_xgetbv(void)
152
get_xgetbv(void)
150
{
153
{
Lines 158-163 Link Here
158
161
159
  return t_eax;
162
  return t_eax;
160
}
163
}
164
#endif
161
165
162
#endif /* x86-64 && GNUC */
166
#endif /* x86-64 && GNUC */
163
167

Return to bug 513624