ObjFW  Diff

Differences From Artifact [01f345c13b]:

To Artifact [318b983834]:


175
176
177
178
179
180
181
182

183
184
185
186
187
188
189
190
175
176
177
178
179
180
181

182
183
184
185
186
187
188
189
190







-
+








+ (bool)supportsAVX2;
#endif

#if defined(OF_POWERPC) || defined(OF_POWERPC64)
/*!
 * @brief Returns whether the CPU and OS support AltiVec.
 *
 * @note This method is only available on PowerPC and PowerPC64.
 * @note This method is only available on PowerPC and PowerPC 64.
 *
 * @return Whether the CPU and OS support AltiVec
 */
+ (bool)supportsAltiVec;
#endif
@end

OF_ASSUME_NONNULL_END