ObjFW  Diff

Differences From Artifact [e8b6bc242b]:

To Artifact [ead9e7cf66]:


181
182
183
184
185
186
187



188
189
190
 *
 * @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







>
>
>



181
182
183
184
185
186
187
188
189
190
191
192
193
 *
 * @note This method is only available on PowerPC and PowerPC 64.
 *
 * @return Whether the CPU and OS support AltiVec
 */
+ (bool)supportsAltiVec;
#endif

+ (instancetype)alloc OF_UNAVAILABLE;
- (instancetype)init OF_UNAVAILABLE;
@end

OF_ASSUME_NONNULL_END