[LANG] Added sqrtf support

This commit is contained in:
Philippe Tillet
2020-11-17 01:26:53 -05:00
parent 073fddffc1
commit 7d095ec686
6 changed files with 6 additions and 6 deletions

View File

@@ -371,7 +371,6 @@ extern int atomic_xchg(int*, int);
extern float f32_atomic_add(float*, float);
extern int get_program_id(int);
extern int get_num_programs(int);
extern float sqrtf(float);
extern int select(bool, int, int);
extern char __constant__ * calloc(int);