https://github.com/halide/Halide
Raw File
Tip revision: 1360fe1b9f826b5aced7cea461863279eb6d4667 authored by Aelphy on 30 May 2024, 12:48:18 UTC
[xtensa] added support for sqrt_f16
Tip revision: 1360fe1
AppDelegate.h
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property(strong, nonatomic) UIWindow *window;

@end
back to top